Reformulate the lng readme in a more markdown way

This commit is contained in:
Nathanaël 2019-05-11 16:57:49 +02:00 committed by GitHub
parent 79e0efca2a
commit 227491c7b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```