From 29e06a32cb9b1bf6abd7831dbfb85da4b36de738 Mon Sep 17 00:00:00 2001 From: jkobus Date: Tue, 27 Jan 2015 14:27:54 +0100 Subject: Add Polish translations Change-Id: I311c5f0139e3fc54909b35d0629fecce58bcd37c Reviewed-by: Leena Miettinen Reviewed-by: Niels Weber --- src/sdk/translations/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/sdk/translations/README (limited to 'src/sdk/translations/README') diff --git a/src/sdk/translations/README b/src/sdk/translations/README new file mode 100644 index 000000000..35da60d6a --- /dev/null +++ b/src/sdk/translations/README @@ -0,0 +1,17 @@ +You need to have a Qt translation for your new language, +otherwise your language won't be loaded at runtime. + +To add a new language: +1) Inside src/sdk/sdk.pro: + add your language into IB_LANGUAGES and QT_LANGUAGES. + QT_LANGUAGES contains base name of the Qt translation file. +2) Add Installer Framework translation filename into: + src/src.pro +3) Add Installer Framework and Qt messages (.qm) filenames into: + src/sdk/installerbase.qrc + +In order to provide an update to translations, according to changes done in sources, run: + +lupdate installerfw.pro + +in a root directory. -- cgit v1.2.3