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 is simple...<br />
Fork the project.<br />
Create your language file.<br />
Pull Request your change.
Translations is simple:
You can test your change with the next command :<br />
sh archfi {githubusername} {branchname}<br />
As exemple :<br />
- fork the project.
- create your language file.
- pull Request your change.
- you can test your change with the next command:
```
sh archfi {githubusername} {branchname}
```
As exemple:
```
sh archfi matmoul master
```