-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 |