summaryrefslogtreecommitdiffstats
path: root/src/sdk/translations/README
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-02-08 19:41:40 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-02-28 10:17:59 +0000
commit5ec853169633d958c653c2a9431225e37843af98 (patch)
treef43a528df3e8bf8a565607501a182f60aff5f709 /src/sdk/translations/README
parent4f1e3f8e047457d3aa7b730c4afd01dcbac61314 (diff)
move ts targets to a separate project file
that makes it possible to update the templates even if the ifw itself cannot be built (e.g., due to using a -no-widgets qt build). Change-Id: Ie170e6524dbed40f6c8b837e35af6b45a1c2d2dd Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'src/sdk/translations/README')
-rw-r--r--src/sdk/translations/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdk/translations/README b/src/sdk/translations/README
index e43b99382..54d4a97ed 100644
--- a/src/sdk/translations/README
+++ b/src/sdk/translations/README
@@ -2,9 +2,9 @@ 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) Run 'cd src/sdk' (change to the parent directory of this file)
+1) Run 'cd src/sdk/translations' (change to the parent directory of this file)
2) Run 'make ts-untranslated'
-3) Rename translations/ifw_untranslated.ts to translations/ifw_<lang>.ts
+3) Rename ifw_untranslated.ts to ifw_<lang>.ts
4) Run 'make qmake'
5) Do your translation. Just run 'make' whenever you want to test it.
6) Run 'make commit-ts'