author | cniehaus <cniehaus> | 2002-12-14 20:36:30 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-12-14 20:36:30 (UTC) |
commit | 48475749a81e1794071ee0b0178c6d37a623da76 (patch) (side-by-side diff) | |
tree | f32abf4eda3386610cbb24e8117560ba77abfb72 /noncore/comm | |
parent | a38efe229e1c2954d5e10be28e920198c85315ab (diff) | |
download | opie-48475749a81e1794071ee0b0178c6d37a623da76.zip opie-48475749a81e1794071ee0b0178c6d37a623da76.tar.gz opie-48475749a81e1794071ee0b0178c6d37a623da76.tar.bz2 |
addLanguage rules
-rw-r--r-- | noncore/comm/keypebble/keypebble.pro | 2 | ||||
-rw-r--r-- | noncore/comm/mobilemsg/mobilemsg.pro | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 1017133..2c4ddbb 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro @@ -34,6 +34,8 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/keypebble.ts \ + ../../../i18n/da/keypebble.ts \ + ../../../i18n/xx/keypebble.ts \ ../../../i18n/en/keypebble.ts \ ../../../i18n/es/keypebble.ts \ ../../../i18n/fr/keypebble.ts \ diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro index 04f854a..8c7a960 100644 --- a/noncore/comm/mobilemsg/mobilemsg.pro +++ b/noncore/comm/mobilemsg/mobilemsg.pro @@ -11,6 +11,8 @@ DESTDIR = $(OPIEDIR)/bin INTERFACES = mobilemsgbase.ui TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ + ../../../i18n/da/mobilemsg.ts \ + ../../../i18n/xx/mobilemsg.ts \ ../../../i18n/en/mobilemsg.ts \ ../../../i18n/es/mobilemsg.ts \ ../../../i18n/fr/mobilemsg.ts \ |