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/tools/opie-sh | |
parent | 6f7621ee78d60eaa3299045daba7c875a0915dc1 (diff) | |
download | opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.zip opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.gz opie-2da629c52c3cbfebff7b314b8668ccd579bb6742.tar.bz2 |
Fix TRANSLATIONS
-rw-r--r-- | noncore/tools/opie-sh/opie-sh.pro | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index 0ffb2e2..e96aedc 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro @@ -7,4 +7,20 @@ INCLUDEPATH +=$(OPIEDIR)/include DEPENDPATH +=$(OPIEDIR)/include LIBS +=-lqpe TARGET = opie-sh -TRANSLATIONS = ../../i18n/pt/opie-sh.ts + + +TRANSLATIONS = ../../../i18n/de/opie-sh.ts +TRANSLATIONS += ../../../i18n/en/opie-sh.ts +TRANSLATIONS += ../../../i18n/es/opie-sh.ts +TRANSLATIONS += ../../../i18n/fr/opie-sh.ts +TRANSLATIONS += ../../../i18n/hu/opie-sh.ts +TRANSLATIONS += ../../../i18n/ja/opie-sh.ts +TRANSLATIONS += ../../../i18n/ko/opie-sh.ts +TRANSLATIONS += ../../../i18n/no/opie-sh.ts +TRANSLATIONS += ../../../i18n/pl/opie-sh.ts +TRANSLATIONS += ../../../i18n/pt/opie-sh.ts +TRANSLATIONS += ../../../i18n/pt_BR/opie-sh.ts +TRANSLATIONS += ../../../i18n/sl/opie-sh.ts +TRANSLATIONS += ../../../i18n/zh_CN/opie-sh.ts +TRANSLATIONS += ../../../i18n/zh_TW/opie-sh.ts + |