diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-13 10:55:31 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-15 20:00:28 (GMT) |
commit | 807bc3aca8a0b07ee1dfe1e398044d32756e5de0 (patch) | |
tree | dd5dbd2de37ef581f2bbb0f9446f9b96bc185bfa /tools/linguist | |
parent | b863daec96868731412bd8f89b960bc7395911ae (diff) | |
download | Qt-807bc3aca8a0b07ee1dfe1e398044d32756e5de0.zip Qt-807bc3aca8a0b07ee1dfe1e398044d32756e5de0.tar.gz Qt-807bc3aca8a0b07ee1dfe1e398044d32756e5de0.tar.bz2 |
more fine-grained ts targets
there are now per-language ts-<package>-<lang> and ts-<lang> targets to
update only the files relevant for a given language.
there is also a ts-all target which does what the old ts target did.
the ts-<package> targets are now named ts-<package>-all and should not
be used manually - they exist for the convenience of the ts-all target.
the ts target is now only a help blurb.
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/linguist/linguist.pro | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/linguist/linguist/linguist.pro b/tools/linguist/linguist/linguist.pro index 4f7ed8a..ce8d585 100644 --- a/tools/linguist/linguist/linguist.pro +++ b/tools/linguist/linguist/linguist.pro @@ -94,15 +94,3 @@ FORMS += statistics.ui \ translationsettings.ui \ finddialog.ui RESOURCES += linguist.qrc - -TR_DIR = $$PWD/../../../translations -TRANSLATIONS = \ - $$TR_DIR/linguist_cs.ts \ - $$TR_DIR/linguist_de.ts \ - $$TR_DIR/linguist_fr.ts \ - $$TR_DIR/linguist_hu.ts \ - $$TR_DIR/linguist_ja.ts \ - $$TR_DIR/linguist_pl.ts \ - $$TR_DIR/linguist_ru.ts \ - $$TR_DIR/linguist_zh_CN.ts \ - $$TR_DIR/linguist_zh_TW.ts |