summaryrefslogtreecommitdiffstats
path: root/examples/translations/README
blob: a077fe2cbb02280ece6cd5f1e0f6caadf330ba47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Shows how to translate the installer UI.

You have to call lrelease on the included .ts file before building the installer.

Generate installer with

binarycreator --offline-only -c config/config.xml -p packages installer

You can now run the installer in German.

Linux:

LANGUAGE=de ./installer

On macOS and Windows you need to adapt the system settings to set German as preferred language, and then start the installer.