diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-10-01 14:52:00 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-10-01 16:05:04 (GMT) |
commit | 504e6c63bc7fc577b2a97b0e459bab4f872652e6 (patch) | |
tree | 93344738f1ead06779d9686c8a894c77900914a8 /translations/translations.pri | |
parent | d2a0ebd94b1bba93e74dd40db5044b125b1de614 (diff) | |
download | Qt-504e6c63bc7fc577b2a97b0e459bab4f872652e6.zip Qt-504e6c63bc7fc577b2a97b0e459bab4f872652e6.tar.gz Qt-504e6c63bc7fc577b2a97b0e459bab4f872652e6.tar.bz2 |
remove *_untranslated.ts
with the current scheme of running "make ts" only when doing a
particular translation and checking in only the relevant file, these
files are never updated.
lconvert can generate an empty template from any translation anyway.
Diffstat (limited to 'translations/translations.pri')
-rw-r--r-- | translations/translations.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/translations.pri b/translations/translations.pri index fae0f7e..f984e39 100644 --- a/translations/translations.pri +++ b/translations/translations.pri @@ -21,7 +21,7 @@ LRELEASE = $$fixPath($$QT_BUILD_TREE/bin/lrelease) ###### Qt Libraries -QT_TS = de fr zh_CN untranslated ar es iw ja_JP pl pt ru sk sl sv uk zh_TW da +QT_TS = ar da de es fr iw ja_JP pl pt ru sk sl sv uk zh_CN zh_TW ts-qt.commands = (cd $$QT_SOURCE_TREE/src && $$LUPDATE \ -I../include -I../include/Qt \ |