author | cniehaus <cniehaus> | 2002-08-27 18:09:53 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-08-27 18:09:53 (UTC) |
commit | b22c6cf52867e209c220d98f8352f67c6b118420 (patch) (side-by-side diff) | |
tree | f6bc060b603f62751ea92a07517940dcd130c018 /noncore/games/solitaire | |
parent | c87d12214427fe13bf68db71e2644d158f676e34 (diff) | |
download | opie-b22c6cf52867e209c220d98f8352f67c6b118420.zip opie-b22c6cf52867e209c220d98f8352f67c6b118420.tar.gz opie-b22c6cf52867e209c220d98f8352f67c6b118420.tar.bz2 |
some fixes for italien + updates of opie-i18n-de + one bugfix for Solitare i18n-wise
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index cfaded6..ee07e52 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -15,17 +15,18 @@ LIBS += -lqpe REQUIRES = patience -TRANSLATIONS = ../../../i18n/de/patience.ts -TRANSLATIONS += ../../../i18n/es/patience.ts -TRANSLATIONS += ../../../i18n/pt/patience.ts -TRANSLATIONS += ../../../i18n/pt_BR/patience.ts -TRANSLATIONS += ../../../i18n/en/patience.ts -TRANSLATIONS += ../../../i18n/hu/patience.ts -TRANSLATIONS += ../../../i18n/ja/patience.ts -TRANSLATIONS += ../../../i18n/sl/patience.ts -TRANSLATIONS += ../../../i18n/ko/patience.ts -TRANSLATIONS += ../../../i18n/pl/patience.ts -TRANSLATIONS += ../../../i18n/no/patience.ts -TRANSLATIONS += ../../../i18n/fr/patience.ts -TRANSLATIONS += ../../../i18n/zh_CN/patience.ts -TRANSLATIONS += ../../../i18n/zh_TW/patience.ts +TRANSLATIONS = ../../../i18n/de/patience.ts \ + ../../../i18n/en/patience.ts \ + ../../../i18n/es/patience.ts \ + ../../../i18n/fr/patience.ts \ + ../../../i18n/hu/patience.ts \ + ../../../i18n/ja/patience.ts \ + ../../../i18n/ko/patience.ts \ + ../../../i18n/no/patience.ts \ + ../../../i18n/pl/patience.ts \ + ../../../i18n/pt/patience.ts \ + ../../../i18n/pt_BR/patience.ts \ + ../../../i18n/sl/patience.ts \ + ../../../i18n/zh_CN/patience.ts \ + ../../../i18n/zh_TW/patience.ts \ + ../../../i18n/it/patience.ts |