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