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/tools | |
parent | a38efe229e1c2954d5e10be28e920198c85315ab (diff) | |
download | opie-48475749a81e1794071ee0b0178c6d37a623da76.zip opie-48475749a81e1794071ee0b0178c6d37a623da76.tar.gz opie-48475749a81e1794071ee0b0178c6d37a623da76.tar.bz2 |
addLanguage rules
-rw-r--r-- | noncore/tools/calculator/calculator.pro | 1 | ||||
-rw-r--r-- | noncore/tools/clock/clock.pro | 1 | ||||
-rw-r--r-- | noncore/tools/formatter/formatter.pro | 2 | ||||
-rw-r--r-- | noncore/tools/opie-sh/opie-sh.pro | 2 | ||||
-rw-r--r-- | noncore/tools/remote/remote.pro | 2 |
5 files changed, 8 insertions, 0 deletions
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index c8396c9..eed584f 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro @@ -11,6 +11,7 @@ INTERFACES = calculator.ui TARGET = calculator TRANSLATIONS = ../../../i18n/de/calculator.ts \ + ../../../i18n/xx/calculator.ts \ ../../../i18n/en/calculator.ts \ ../../../i18n/es/calculator.ts \ ../../../i18n/fr/calculator.ts \ diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 554c829..086349e 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro @@ -11,6 +11,7 @@ INTERFACES = TARGET = clock TRANSLATIONS = ../../../i18n/de/clock.ts \ + ../../../i18n/xx/clock.ts \ ../../../i18n/en/clock.ts \ ../../../i18n/es/clock.ts \ ../../../i18n/fr/clock.ts \ diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index 17801dc..2c08e4c 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro @@ -9,6 +9,8 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/formatter.ts \ + ../../../i18n/da/formatter.ts \ + ../../../i18n/xx/formatter.ts \ ../../../i18n/en/formatter.ts \ ../../../i18n/es/formatter.ts \ ../../../i18n/fr/formatter.ts \ diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index 0866f48..c6c1846 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro @@ -9,6 +9,8 @@ LIBS +=-lqpe TARGET = opie-sh TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ + ../../../i18n/da/opie-sh.ts \ + ../../../i18n/xx/opie-sh.ts \ ../../../i18n/en/opie-sh.ts \ ../../../i18n/es/opie-sh.ts \ ../../../i18n/fr/opie-sh.ts \ diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro index e5fc3fb..277c5ef 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro @@ -9,6 +9,8 @@ LIBS +=-lqpe -lopie TARGET = remote TRANSLATIONS = ../../../i18n/de/remote.ts \ + ../../../i18n/da/remote.ts \ + ../../../i18n/xx/remote.ts \ ../../../i18n/en/remote.ts \ ../../../i18n/es/remote.ts \ ../../../i18n/fr/remote.ts \ |