aboutsummaryrefslogtreecommitdiffstats
path: root/lng/README.md
blob: 6572ad86e1aeab367165b9ebf3d874280eac9daa (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 archfi -t {githubusername} {branchname}
```

As exemple:

```
sh archfi -t matmoul master
```