Skip to content

Commit 80b4c0d

Browse files
Start writing translation doc
1 parent 1cd501a commit 80b4c0d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/Translation.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Translation
2+
3+
GenHotkeys supports Qt's implementation of translations. If you do not have installed Qt 5, feel free to use `Resource\Translations\Tools` tools to edit *.ts files and compile them to the *.qm files.
4+
5+
## How to use `Qt Linguist`
6+
7+
8+
9+
## How to use `lrelease`
10+
11+
It is a simple CLI tool that compiles *.ts files to the *.qm files. To use this tool run command:
12+
13+
```cmd
14+
lrelease.exe your-file.ts
15+
```
16+
17+
In result it generates you `your-file.qm` file that could be used as editor translation, if *.qm file would be putted into `Resources\Translation` folder.
18+
19+
## Suggested workflow
20+
21+

0 commit comments

Comments
 (0)