obos-fi/lng/README.md

19 lines
270 B
Markdown
Raw Normal View History

# Translations
2016-04-12 16:38:37 -06:00
Translations is simple:
2016-04-12 16:38:37 -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}
```
As exemple:
```
2019-05-12 13:46:23 -06:00
sh archfi -t matmoul master
```