diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-21 06:50:01 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-21 06:50:01 (GMT) |
commit | b2112b17e427274ac0610416b2941b091314f5ad (patch) | |
tree | 62e0049af1b4d5cea1969d41b804dd48c9345ee6 /tools/linguist | |
parent | 07703ade86edcd6565c373f63e34306209d1a90a (diff) | |
download | Qt-b2112b17e427274ac0610416b2941b091314f5ad.zip Qt-b2112b17e427274ac0610416b2941b091314f5ad.tar.gz Qt-b2112b17e427274ac0610416b2941b091314f5ad.tar.bz2 |
BT: Remove turkish translation files created by previous change.
Remove the *_tr_TR.ts files added in change
5e3cae2754bf5f50aa10fef2c8d3bb7d33407b96 and remove their entries from
.pro files to prevent them coming back next time someone does "make ts".
Reviewed-by: Trust Me
Diffstat (limited to 'tools/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 417ef67..968293a 100644 --- a/tools/linguist/linguist/linguist.pro +++ b/tools/linguist/linguist/linguist.pro @@ -100,7 +100,6 @@ RESOURCES += linguist.qrc TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/linguist_ja.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_pl.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_untranslated.ts \ - $$[QT_INSTALL_TRANSLATIONS]/linguist_tr_TR.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_zh_CN.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_zh_TW.ts \ $$[QT_INSTALL_TRANSLATIONS]/linguist_de.ts \ |