author | cniehaus <cniehaus> | 2002-03-27 18:50:48 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-03-27 18:50:48 (UTC) |
commit | 8261de8ef44e221fa93f05e5669387cffd32661c (patch) (side-by-side diff) | |
tree | 97eb3674e180c09aef4d4d8d4291ed4f92191bba /noncore/games/snake | |
parent | ef0b36c7a6f3005d40fe6504bf1c3b3eb963a884 (diff) | |
download | opie-8261de8ef44e221fa93f05e5669387cffd32661c.zip opie-8261de8ef44e221fa93f05e5669387cffd32661c.tar.gz opie-8261de8ef44e221fa93f05e5669387cffd32661c.tar.bz2 |
this modifies some .pro files in order to let us be able
to translate all apps for all languages.
-rw-r--r-- | noncore/games/snake/snake.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 8971454..c7cfce0 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro @@ -10,3 +10,10 @@ LIBS += -lqpe TRANSLATIONS = ../i18n/de/snake.ts TRANSLATIONS += ../i18n/pt_BR/snake.ts +TRANSLATIONS += ../i18n/en/snake.ts +TRANSLATIONS += ../i18n/hu/snake.ts +TRANSLATIONS += ../i18n/ja/snake.ts +TRANSLATIONS += ../i18n/ko/snake.ts +TRANSLATIONS += ../i18n/no/snake.ts +TRANSLATIONS += ../i18n/zh_CN/snake.ts +TRANSLATIONS += ../i18n/zh_TW/snake.ts |