author | cniehaus <cniehaus> | 2002-08-31 12:19:58 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-08-31 12:19:58 (UTC) |
commit | 95060f2da62f309b2a2d0f84e1637556f9cec876 (patch) (unidiff) | |
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 | |||
@@ -7,3 +7,19 @@ DEPENDPATH += $(QPEDIR)/include | |||
7 | DESTDIR = $(OPIEDIR)/bin | 7 | DESTDIR = $(OPIEDIR)/bin |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = buzzword | 9 | TARGET = buzzword |
10 | |||
11 | TRANSLATIONS = ../../../i18n/de/buzzword.ts \ | ||
12 | ../../../i18n/en/buzzword.ts \ | ||
13 | ../../../i18n/es/buzzword.ts \ | ||
14 | ../../../i18n/fr/buzzword.ts \ | ||
15 | ../../../i18n/hu/buzzword.ts \ | ||
16 | ../../../i18n/ja/buzzword.ts \ | ||
17 | ../../../i18n/ko/buzzword.ts \ | ||
18 | ../../../i18n/no/buzzword.ts \ | ||
19 | ../../../i18n/pl/buzzword.ts \ | ||
20 | ../../../i18n/pt/buzzword.ts \ | ||
21 | ../../../i18n/pt_BR/buzzword.ts \ | ||
22 | ../../../i18n/sl/buzzword.ts \ | ||
23 | ../../../i18n/zh_CN/buzzword.ts \ | ||
24 | ../../../i18n/zh_TW/buzzword.ts \ | ||
25 | ../../../i18n/it/buzzword.ts | ||