summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@theqtcompany.com>2015-11-11 07:40:28 +0200
committerKatja Marttila <katja.marttila@theqtcompany.com>2015-11-16 05:59:00 +0000
commit666ad7944d63f6e3f0155513bb13a1de666a7d67 (patch)
treed876a57cb340025ce0d53d340742c0e860e3919e /examples
parent30c223190df90f6dd169d8af31a2e451b582f978 (diff)
Fix translations README file to correspond how language can be changed
Change in QTIFW-390 caused that LANG cannot be used anymore in Windows and Linux to change the language. Instead LANGUAGE should be used in Linux and system settings changed in Windows Change-Id: I2fa6881652e31836d85e2b7442a39a418654ee80 Task-number: QTIFW-791 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/translations/README9
1 files changed, 2 insertions, 7 deletions
diff --git a/examples/translations/README b/examples/translations/README
index 13fb2b685..b3c20e3d7 100644
--- a/examples/translations/README
+++ b/examples/translations/README
@@ -10,11 +10,6 @@ You can now run the installer in German.
Linux:
-LANG=de ./installer
+LANGUAGE=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.
+On OS X and Windows you need to adapt the system settings to set German as preferred language, and then start the installer.