author | cniehaus <cniehaus> | 2002-03-29 15:51:55 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-03-29 15:51:55 (UTC) |
commit | 6e194663130b9548c4a31afd2798d9ca1dd30be5 (patch) (side-by-side diff) | |
tree | b90d423646cd2a2517be9389145e119c9afe6597 /noncore/unsupported | |
parent | 3138ef96c4ce64023c0a45e9317e3a93d998dc50 (diff) | |
download | opie-6e194663130b9548c4a31afd2798d9ca1dd30be5.zip opie-6e194663130b9548c4a31afd2798d9ca1dd30be5.tar.gz opie-6e194663130b9548c4a31afd2798d9ca1dd30be5.tar.bz2 |
for i18n
-rw-r--r-- | noncore/unsupported/oipkg/qipkg.pro | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro index e5c6dd1..7cf5819 100644 --- a/noncore/unsupported/oipkg/qipkg.pro +++ b/noncore/unsupported/oipkg/qipkg.pro @@ -10,6 +10,14 @@ LIBS += -lqpe INTERFACES = packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui TARGET = qipkg -TRANSLATIONS = ../i18n/de/qipkg.ts -TRANSLATIONS += ../i18n/fr/qipkg.ts -TRANSLATIONS += ../i18n/pt_BR/qipkg.ts +TRANSLATIONS = ../i18n/pt_BR/qipkg.ts +TRANSLATIONS += ../i18n/de/qipkg.ts +TRANSLATIONS += ../i18n/en/qipkg.ts +TRANSLATIONS += ../i18n/hu/qipkg.ts +TRANSLATIONS += ../i18n/sl/qipkg.ts +TRANSLATIONS += ../i18n/ja/qipkg.ts +TRANSLATIONS += ../i18n/ko/qipkg.ts +TRANSLATIONS += ../i18n/no/qipkg.ts +TRANSLATIONS += ../i18n/zh_CN/qipkg.ts +TRANSLATIONS += ../i18n/zh_TW/qipkg.ts +TRANSLATIONS += ../i18n/fr/qipkg.ts |