hyperfi/lng/README.md
2021-04-27 18:31:57 -05:00

19 lines
266 B
Markdown

# Translations
Translations is simple:
- fork the project.
- create your language file.
- pull Request your change.
- you can test your change with the next command:
```
sh hyperfi -t {username} {branchname}
```
As exemple:
```
sh hyperfi -t matmoul master
```