aboutsummaryrefslogtreecommitdiffstats
path: root/lng/README.md
blob: 3dd068981f184cb35432743596099cec1eb438c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
```