summaryrefslogtreecommitdiffstats
path: root/config.profiles/symbian/translations_symbian
diff options
context:
space:
mode:
authorGuoqing Zhang <guoqing.zhang@nokia.com>2011-04-05 11:35:19 (GMT)
committerGuoqing Zhang <guoqing.zhang@nokia.com>2011-04-05 11:35:19 (GMT)
commit712e37783210eb8d161b26f090cc240394a1b730 (patch)
tree16c147a6d92f7d6b4270004308fe0e2fc9e3efed /config.profiles/symbian/translations_symbian
parentbb5bf52e3d8660ee15aec9e959730e265b81eda4 (diff)
downloadQt-712e37783210eb8d161b26f090cc240394a1b730.zip
Qt-712e37783210eb8d161b26f090cc240394a1b730.tar.gz
Qt-712e37783210eb8d161b26f090cc240394a1b730.tar.bz2
Optimize loc.prf for localization
Task-number: Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'config.profiles/symbian/translations_symbian')
-rw-r--r--config.profiles/symbian/translations_symbian/translations.pro12
1 files changed, 2 insertions, 10 deletions
diff --git a/config.profiles/symbian/translations_symbian/translations.pro b/config.profiles/symbian/translations_symbian/translations.pro
index f304c1b..832af21 100644
--- a/config.profiles/symbian/translations_symbian/translations.pro
+++ b/config.profiles/symbian/translations_symbian/translations.pro
@@ -1,16 +1,8 @@
TEMPLATE = subdirs
-
symbian: {
SYMBIANTRANSLATIONSFILES = qt
SYMBIANTRANSLATIONS = ur fa ar he fr pl ru zh_cn zh_tw cs da de es gl hu ja pt sk sl sv uk
-
-CONFIG = loc
-
-for( FILE, SYMBIANTRANSLATIONSFILES ) {
- for( LANGID, SYMBIANTRANSLATIONS ) {
- TRANSLATIONS += $${EPOCROOT}epoc32/include/platform/qt/translations/$${FILE}_$${LANGID}.ts
- }
-}
-
+CONFIG = loc_source_string
+load(loc.prf)
} \ No newline at end of file