You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments