summaryrefslogtreecommitdiffstats
path: root/src/sdk/translations/README
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-01-02 14:08:36 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-01-03 17:39:31 +0000
commit5845091bd465451b9499d9d2fe68f56e4c12ba84 (patch)
treeabbe11304f9c02cf8ecc9caa0330d50ef448e442 /src/sdk/translations/README
parent917f355e66ece5425f3a49c47a77f61762f292df (diff)
make .ts file naming follow the usual pattern
this makes it easier to integrate ifw into the surrounding infrastructure. Change-Id: I7918830b7a6c29d8556911eec83a3b6530478d84 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'src/sdk/translations/README')
-rw-r--r--src/sdk/translations/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdk/translations/README b/src/sdk/translations/README
index 2bade2c54..e43b99382 100644
--- a/src/sdk/translations/README
+++ b/src/sdk/translations/README
@@ -4,7 +4,7 @@ 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)
2) Run 'make ts-untranslated'
-3) Rename translations/untranslated.ts to translations/<lang>.ts
+3) Rename translations/ifw_untranslated.ts to translations/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'