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/settings | |
parent | 3138ef96c4ce64023c0a45e9317e3a93d998dc50 (diff) | |
download | opie-6e194663130b9548c4a31afd2798d9ca1dd30be5.zip opie-6e194663130b9548c4a31afd2798d9ca1dd30be5.tar.gz opie-6e194663130b9548c4a31afd2798d9ca1dd30be5.tar.bz2 |
for i18n
-rw-r--r-- | noncore/settings/language/language.pro | 13 | ||||
-rw-r--r-- | noncore/settings/sound/sound.pro | 12 |
2 files changed, 22 insertions, 3 deletions
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index dafc3b9..9ce9ed6 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro @@ -9,5 +9,14 @@ DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = language -TRANSLATIONS = ../../i18n/de/language.ts -TRANSLATIONS += ../../i18n/pt_BR/language.ts +TRANSLATIONS = ../../i18n/pt_BR/language.ts +TRANSLATIONS += ../../i18n/de/language.ts +TRANSLATIONS += ../../i18n/en/language.ts +TRANSLATIONS += ../../i18n/hu/language.ts +TRANSLATIONS += ../../i18n/sl/language.ts +TRANSLATIONS += ../../i18n/ja/language.ts +TRANSLATIONS += ../../i18n/ko/language.ts +TRANSLATIONS += ../../i18n/no/language.ts +TRANSLATIONS += ../../i18n/zh_CN/language.ts +TRANSLATIONS += ../../i18n/zh_TW/language.ts +TRANSLATIONS += ../../i18n/fr/language.ts diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index fa87b86..0fe7448 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro @@ -9,4 +9,14 @@ DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = sound -TRANSLATIONS += ../../i18n/pt_BR/sound.ts +TRANSLATIONS = ../../i18n/pt_BR/sound.ts +TRANSLATIONS += ../../i18n/de/sound.ts +TRANSLATIONS += ../../i18n/en/sound.ts +TRANSLATIONS += ../../i18n/hu/sound.ts +TRANSLATIONS += ../../i18n/sl/sound.ts +TRANSLATIONS += ../../i18n/ja/sound.ts +TRANSLATIONS += ../../i18n/ko/sound.ts +TRANSLATIONS += ../../i18n/no/sound.ts +TRANSLATIONS += ../../i18n/zh_CN/sound.ts +TRANSLATIONS += ../../i18n/zh_TW/sound.ts +TRANSLATIONS += ../../i18n/fr/sound.ts |