author | cniehaus <cniehaus> | 2002-08-31 12:19:58 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-08-31 12:19:58 (UTC) |
commit | 95060f2da62f309b2a2d0f84e1637556f9cec876 (patch) (side-by-side diff) | |
tree | 33fd0cbed7b874ab78dcfe8dcf31378a7f7f8b03 | |
parent | cd33eed8d5eccebdc37dcd0e30d7917b91765222 (diff) | |
download | opie-95060f2da62f309b2a2d0f84e1637556f9cec876.zip opie-95060f2da62f309b2a2d0f84e1637556f9cec876.tar.gz opie-95060f2da62f309b2a2d0f84e1637556f9cec876.tar.bz2 |
If you have tr( "blah" ) you should also use TRANSLATIONS ;)
-rw-r--r-- | noncore/games/buzzword/buzzword.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 7fe9bab..229d452 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro @@ -1,9 +1,25 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = buzzword.h SOURCES = buzzword.cpp main.cpp INCLUDEPATH += $(QPEDIR)/include DEPENDPATH += $(QPEDIR)/include DESTDIR = $(OPIEDIR)/bin LIBS += -lqpe TARGET = buzzword + +TRANSLATIONS = ../../../i18n/de/buzzword.ts \ + ../../../i18n/en/buzzword.ts \ + ../../../i18n/es/buzzword.ts \ + ../../../i18n/fr/buzzword.ts \ + ../../../i18n/hu/buzzword.ts \ + ../../../i18n/ja/buzzword.ts \ + ../../../i18n/ko/buzzword.ts \ + ../../../i18n/no/buzzword.ts \ + ../../../i18n/pl/buzzword.ts \ + ../../../i18n/pt/buzzword.ts \ + ../../../i18n/pt_BR/buzzword.ts \ + ../../../i18n/sl/buzzword.ts \ + ../../../i18n/zh_CN/buzzword.ts \ + ../../../i18n/zh_TW/buzzword.ts \ + ../../../i18n/it/buzzword.ts |