2019-05-11 08:57:49 -06:00
|
|
|
# Translations
|
2016-04-12 16:38:37 -06:00
|
|
|
|
2019-05-11 08:57:49 -06:00
|
|
|
Translations is simple:
|
2016-04-12 16:38:37 -06:00
|
|
|
|
2019-05-11 08:57:49 -06:00
|
|
|
- fork the project.
|
|
|
|
- create your language file.
|
|
|
|
- pull Request your change.
|
|
|
|
- you can test your change with the next command:
|
|
|
|
|
|
|
|
```
|
2019-05-12 13:46:23 -06:00
|
|
|
sh archfi -t {githubusername} {branchname}
|
2019-05-11 08:57:49 -06:00
|
|
|
```
|
|
|
|
|
|
|
|
As exemple:
|
|
|
|
|
|
|
|
```
|
2019-05-12 13:46:23 -06:00
|
|
|
sh archfi -t matmoul master
|
2019-05-11 08:57:49 -06:00
|
|
|
```
|