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/assistant/translations/translations_adp.pro | |
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/assistant/translations/translations_adp.pro')
-rw-r--r-- | tools/assistant/translations/translations_adp.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/translations/translations_adp.pro b/tools/assistant/translations/translations_adp.pro index c6f3e81..4ff6576 100644 --- a/tools/assistant/translations/translations_adp.pro +++ b/tools/assistant/translations/translations_adp.pro @@ -35,7 +35,7 @@ TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/assistant_adp_de.ts \ $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_ja.ts \ $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_pl.ts \ $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_ru.ts \ - $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_untranslated.ts \ $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_zh_CN.ts \ $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_zh_TW.ts + error("This is a dummy profile to be used for translations ONLY.") |