Reformulate the lng readme in a more markdown way
This commit is contained in:
parent
79e0efca2a
commit
227491c7b9
1 changed files with 15 additions and 8 deletions
|
@ -1,11 +1,18 @@
|
||||||
#Translations
|
# Translations
|
||||||
|
|
||||||
Translations is simple...<br />
|
Translations is simple:
|
||||||
Fork the project.<br />
|
|
||||||
Create your language file.<br />
|
|
||||||
Pull Request your change.
|
|
||||||
|
|
||||||
You can test your change with the next command :<br />
|
- fork the project.
|
||||||
sh archfi {githubusername} {branchname}<br />
|
- create your language file.
|
||||||
As exemple :<br />
|
- pull Request your change.
|
||||||
|
- you can test your change with the next command:
|
||||||
|
|
||||||
|
```
|
||||||
|
sh archfi {githubusername} {branchname}
|
||||||
|
```
|
||||||
|
|
||||||
|
As exemple:
|
||||||
|
|
||||||
|
```
|
||||||
sh archfi matmoul master
|
sh archfi matmoul master
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue