author | davipt <davipt> | 2002-06-24 23:25:17 (UTC) |
---|---|---|
committer | davipt <davipt> | 2002-06-24 23:25:17 (UTC) |
commit | 2da629c52c3cbfebff7b314b8668ccd579bb6742 (patch) (side-by-side diff) | |
tree | cc0176eb71e36c92f5972a34d15a204623a0d1c8 /noncore/games/solitaire | |
parent | 6f7621ee78d60eaa3299045daba7c875a0915dc1 (diff) | |
download | opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.zip opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.gz opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.bz2 |
Fix TRANSLATIONS
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 7a01e2b..4919dbf 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -15,17 +15,20 @@ 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 +TRANSLATIONS += ../../../i18n/en/patience.ts +TRANSLATIONS += ../../../i18n/es/patience.ts +TRANSLATIONS += ../../../i18n/fr/patience.ts +TRANSLATIONS += ../../../i18n/hu/patience.ts +TRANSLATIONS += ../../../i18n/ja/patience.ts +TRANSLATIONS += ../../../i18n/ko/patience.ts +TRANSLATIONS += ../../../i18n/no/patience.ts +TRANSLATIONS += ../../../i18n/pl/patience.ts +TRANSLATIONS += ../../../i18n/pt/patience.ts +TRANSLATIONS += ../../../i18n/pt_BR/patience.ts +TRANSLATIONS += ../../../i18n/sl/patience.ts +TRANSLATIONS += ../../../i18n/zh_CN/patience.ts +TRANSLATIONS += ../../../i18n/zh_TW/patience.ts + |