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/apps | |
parent | a38efe229e1c2954d5e10be28e920198c85315ab (diff) | |
download | opie-48475749a81e1794071ee0b0178c6d37a623da76.zip opie-48475749a81e1794071ee0b0178c6d37a623da76.tar.gz opie-48475749a81e1794071ee0b0178c6d37a623da76.tar.bz2 |
addLanguage rules
-rw-r--r-- | noncore/apps/advancedfm/advancedfm.pro | 2 | ||||
-rw-r--r-- | noncore/apps/checkbook/checkbook.pro | 2 | ||||
-rw-r--r-- | noncore/apps/confedit/confedit.pro | 2 | ||||
-rw-r--r-- | noncore/apps/dictionary/dictionary.pro | 2 | ||||
-rw-r--r-- | noncore/apps/opie-sheet/opie-sheet.pro | 2 | ||||
-rw-r--r-- | noncore/apps/oxygen/oxygen.pro | 1 | ||||
-rw-r--r-- | noncore/apps/tableviewer/tableviewer.pro | 2 |
7 files changed, 13 insertions, 0 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 0e037a1..960ab62 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro @@ -9,6 +9,8 @@ DESTDIR = $(OPIEDIR)/bin LIBS += -lqpe -lopie TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ + ../../../i18n/da/advancedfm.ts \ + ../../../i18n/xx/advancedfm.ts \ ../../../i18n/en/advancedfm.ts \ ../../../i18n/es/advancedfm.ts \ ../../../i18n/fr/advancedfm.ts \ diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro index 05cac15..f97cb75 100644 --- a/noncore/apps/checkbook/checkbook.pro +++ b/noncore/apps/checkbook/checkbook.pro @@ -26,6 +26,8 @@ TARGET = checkbook DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/checkbook.ts \ + ../../../i18n/da/checkbook.ts \ + ../../../i18n/xx/checkbook.ts \ ../../../i18n/en/checkbook.ts \ ../../../i18n/es/checkbook.ts \ ../../../i18n/fr/checkbook.ts \ diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro index 2dc2edf..2a17a46 100644 --- a/noncore/apps/confedit/confedit.pro +++ b/noncore/apps/confedit/confedit.pro @@ -11,6 +11,8 @@ INTERFACES = TARGET = confedit TRANSLATIONS = ../../../i18n/de/confedit.ts \ + ../../../i18n/da/confedit.ts \ + ../../../i18n/xx/confedit.ts \ ../../../i18n/en/confedit.ts \ ../../../i18n/es/confedit.ts \ ../../../i18n/fr/confedit.ts \ diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index 687bd31..4539e80 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro @@ -10,6 +10,8 @@ LIBS += -lqpe TARGET = dictionary TRANSLATIONS = ../../../i18n/de/dictionary.ts \ + ../../../i18n/da/dictionary.ts \ + ../../../i18n/xx/dictionary.ts \ ../../../i18n/en/dictionary.ts \ ../../../i18n/es/dictionary.ts \ ../../../i18n/fr/dictionary.ts \ diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index 3671358..7d84d87 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro @@ -9,6 +9,8 @@ LIBS += -lqpe TARGET = sheetqt TRANSLATIONS = ../../../i18n/de/sheetqt.ts \ + ../../../i18n/da/sheetqt.ts \ + ../../../i18n/xx/sheetqt.ts \ ../../../i18n/en/sheetqt.ts \ ../../../i18n/es/sheetqt.ts \ ../../../i18n/fr/sheetqt.ts \ diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index eca1c5d..5381e10 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro @@ -26,6 +26,7 @@ TARGET = oxygen DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/oxygen.ts \ + ../../../i18n/xx/oxygen.ts \ ../../../i18n/en/oxygen.ts \ ../../../i18n/es/oxygen.ts \ ../../../i18n/fr/oxygen.ts \ diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index d40e9fa..18fa7b3 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro @@ -36,6 +36,8 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ + ../../../i18n/da/tableviewer.ts \ + ../../../i18n/xx/tableviewer.ts \ ../../../i18n/en/tableviewer.ts \ ../../../i18n/es/tableviewer.ts \ ../../../i18n/fr/tableviewer.ts \ |