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 /tools/qvfb | |
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 'tools/qvfb')
-rw-r--r-- | tools/qvfb/translations/translations.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qvfb/translations/translations.pro b/tools/qvfb/translations/translations.pro index 17579f7..2f37b0e 100644 --- a/tools/qvfb/translations/translations.pro +++ b/tools/qvfb/translations/translations.pro @@ -28,6 +28,5 @@ SOURCES = ../qvfb.cpp \ TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/qvfb_pl.ts \ $$[QT_INSTALL_TRANSLATIONS]/qvfb_ru.ts \ - $$[QT_INSTALL_TRANSLATIONS]/qvfb_untranslated.ts \ $$[QT_INSTALL_TRANSLATIONS]/qvfb_zh_CN.ts \ $$[QT_INSTALL_TRANSLATIONS]/qvfb_zh_TW.ts |