author | cniehaus <cniehaus> | 2002-03-27 18:50:48 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-03-27 18:50:48 (UTC) |
commit | 8261de8ef44e221fa93f05e5669387cffd32661c (patch) (side-by-side diff) | |
tree | 97eb3674e180c09aef4d4d8d4291ed4f92191bba /noncore/apps | |
parent | ef0b36c7a6f3005d40fe6504bf1c3b3eb963a884 (diff) | |
download | opie-8261de8ef44e221fa93f05e5669387cffd32661c.zip opie-8261de8ef44e221fa93f05e5669387cffd32661c.tar.gz opie-8261de8ef44e221fa93f05e5669387cffd32661c.tar.bz2 |
this modifies some .pro files in order to let us be able
to translate all apps for all languages.
-rw-r--r-- | noncore/apps/dictionary/dictionary.pro | 10 | ||||
-rw-r--r-- | noncore/apps/tableviewer/tableviewer.pro | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index fc89411..6b337c6 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro @@ -12,3 +12,13 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = dictionary + +TRANSLATIONS = ../i18n/pt_BR/dictionary.ts +TRANSLATIONS += ../i18n/de/dictionary.ts +TRANSLATIONS += ../i18n/en/dictionary.ts +TRANSLATIONS += ../i18n/hu/dictionary.ts +TRANSLATIONS += ../i18n/ja/dictionary.ts +TRANSLATIONS += ../i18n/ko/dictionary.ts +TRANSLATIONS += ../i18n/no/dictionary.ts +TRANSLATIONS += ../i18n/zh_CN/dictionary.ts +TRANSLATIONS += ../i18n/zh_TW/dictionary.ts diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 943e3d4..b5437fe 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro @@ -36,3 +36,11 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts +TRANSLATIONS += ../i18n/en/tableviewer.ts +TRANSLATIONS += ../i18n/de/tableviewer.ts +TRANSLATIONS += ../i18n/hu/tableviewer.ts +TRANSLATIONS += ../i18n/ja/tableviewer.ts +TRANSLATIONS += ../i18n/ko/tableviewer.ts +TRANSLATIONS += ../i18n/no/tableviewer.ts +TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts +TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts |