author | sandman <sandman> | 2002-12-11 01:18:52 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-12-11 01:18:52 (UTC) |
commit | d67ad1a6ef93d358beab268153cf2b0694e5f633 (patch) (side-by-side diff) | |
tree | d34c8a35cb8c2dbae6c33707edd572aba64dfb3f /noncore | |
parent | 7e71955ef58a502d6a6dd2384c3f55bd852d649a (diff) | |
download | opie-d67ad1a6ef93d358beab268153cf2b0694e5f633.zip opie-d67ad1a6ef93d358beab268153cf2b0694e5f633.tar.gz opie-d67ad1a6ef93d358beab268153cf2b0694e5f633.tar.bz2 |
applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danish
language support
-rw-r--r-- | noncore/settings/appearance2/appearance2.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index 52a322b..9be887b 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.pro @@ -9,4 +9,19 @@ LIBS += -lqpe -lopie TARGET = appearance INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include +TRANSLATIONS = ../../../i18n/de/appearance.ts \ + ../../../i18n/en/appearance.ts \ + ../../../i18n/es/appearance.ts \ + ../../../i18n/fr/appearance.ts \ + ../../../i18n/hu/appearance.ts \ + ../../../i18n/ja/appearance.ts \ + ../../../i18n/ko/appearance.ts \ + ../../../i18n/no/appearance.ts \ + ../../../i18n/pl/appearance.ts \ + ../../../i18n/pt/appearance.ts \ + ../../../i18n/pt_BR/appearance.ts \ + ../../../i18n/sl/appearance.ts \ + ../../../i18n/zh_CN/appearance.ts \ + ../../../i18n/zh_TW/appearance.ts \ + ../../../i18n/da/appearance.ts |