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 /core/pim | |
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-- | core/pim/today/today.pro | 9 | ||||
-rw-r--r-- | core/pim/todo/todo.pro | 7 |
2 files changed, 15 insertions, 1 deletions
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 05ca6cd..123c77c 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro @@ -11,4 +11,11 @@ INTERFACES = TARGET = today DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../i18n/pt_BR/today.ts -TRANSLATIONS = ../i18n/de/today.ts +TRANSLATIONS += ../i18n/de/today.ts +TRANSLATIONS += ../i18n/en/today.ts +TRANSLATIONS += ../i18n/hu/today.ts +TRANSLATIONS += ../i18n/ja/today.ts +TRANSLATIONS += ../i18n/ko/today.ts +TRANSLATIONS += ../i18n/no/today.ts +TRANSLATIONS += ../i18n/zh_CN/today.ts +TRANSLATIONS += ../i18n/zh_TW/today.ts diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 7f9ddd5..e874db6 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -18,3 +18,10 @@ LIBS += -lqpe -lopie TRANSLATIONS = ../i18n/de/todolist.ts TRANSLATIONS += ../i18n/pt_BR/todolist.ts +TRANSLATIONS += ../i18n/en/todolist.ts +TRANSLATIONS += ../i18n/hu/todolist.ts +TRANSLATIONS += ../i18n/ja/todolist.ts +TRANSLATIONS += ../i18n/ko/todolist.ts +TRANSLATIONS += ../i18n/no/todolist.ts +TRANSLATIONS += ../i18n/zh_CN/todolist.ts +TRANSLATIONS += ../i18n/zh_TW/todolist.ts |