diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-10-01 16:52:00 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-10-01 18:05:04 +0200 |
commit | 504e6c63bc7fc577b2a97b0e459bab4f872652e6 (patch) | |
tree | 93344738f1ead06779d9686c8a894c77900914a8 /tools/linguist/linguist | |
parent | d2a0ebd94b1bba93e74dd40db5044b125b1de614 (diff) | |
download | qt4-tools-504e6c63bc7fc577b2a97b0e459bab4f872652e6.tar.gz |
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 'tools/linguist/linguist')
-rw-r--r-- | tools/linguist/linguist/linguist.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/linguist/linguist/linguist.pro b/tools/linguist/linguist/linguist.pro index 00ebec11cf..c7f6f1cc0e 100644 --- a/tools/linguist/linguist/linguist.pro +++ b/tools/linguist/linguist/linguist.pro @@ -98,7 +98,6 @@ RESOURCES += linguist.qrc TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/linguist_ja.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_pl.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_ru.ts \ - $$[QT_INSTALL_TRANSLATIONS]/linguist_untranslated.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_zh_CN.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_zh_TW.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_de.ts \ |