aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/translations/translations.pro
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2011-06-30 10:16:12 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-06-30 10:20:40 +0200
commit5e2f3f0d5e72df5a77496fc7440a706808e15f16 (patch)
tree9343e1b4e95ee31433b5af16743dd89bc3a3da60 /share/qtcreator/translations/translations.pro
parent3f70190965f22fa78df1f9b8c87e58e679f9874d (diff)
QML l10n fixes
- qsTr(): don't use + for visible strings. - add welcomescreen to translation.pro Change-Id: I361ef4a74bd0098cd7a7ee6b596b2b281661d50b Reviewed-on: http://codereview.qt.nokia.com/920 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'share/qtcreator/translations/translations.pro')
-rw-r--r--share/qtcreator/translations/translations.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/qtcreator/translations/translations.pro b/share/qtcreator/translations/translations.pro
index 51343d4d76..e84cb51e8f 100644
--- a/share/qtcreator/translations/translations.pro
+++ b/share/qtcreator/translations/translations.pro
@@ -40,7 +40,8 @@ plugin_sources -= src/plugins/plugins.pro \
src/plugins/qtestlib \
src/plugins/snippets \
src/plugins/regexp
-sources = src/app src/libs $$plugin_sources src/shared share/qtcreator/qmldesigner
+sources = src/app src/libs $$plugin_sources src/shared share/qtcreator/qmldesigner \
+ share/qtcreator/welcomescreen share/qtcreator/welcomescreen/widgets
files = $$files($$PWD/*_??.ts) $$PWD/qtcreator_untranslated.ts
for(file, files) {