summaryrefslogtreecommitdiffstats
path: root/examples/translations/README
blob: 13fb2b6851c3320f52419b16719ed51dd3c7c354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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:

LANG=de ./installer

Windows:

set LANG=de
installer.exe

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