summaryrefslogtreecommitdiffstats
path: root/translations/check-ts.pl
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-02-14 14:54:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-15 17:00:54 +0100
commitc0daf8bdf0e05244a1beaf45ebb831326aac5a57 (patch)
treec4a80fc2904c87979c4ea52c075771187da8e46f /translations/check-ts.pl
parentc6ceef8480c4282e906f771b6664f87db4a89b2b (diff)
Add translation support for qtconnectivity and qtlocation
Change-Id: I3ef331489895571c403eacee04ac852cff51345d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'translations/check-ts.pl')
-rwxr-xr-xtranslations/check-ts.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/translations/check-ts.pl b/translations/check-ts.pl
index 2eccd15..29d917b 100755
--- a/translations/check-ts.pl
+++ b/translations/check-ts.pl
@@ -45,7 +45,8 @@ use strict;
my @groups = (
"qtbase", "qtdeclarative", "qtxmlpatterns", "qtmultimedia", "qtscript", "qtquick1",
-# "qtdocgallery", "qtlocation", "qtpim", "qtsystems",
+ "qtlocation", "qtconnectivity",
+# "qtdocgallery", "qtpim", "qtsystems",
"assistant", "designer", "linguist", "qt_help", "qtconfig", "qmlviewer"
);