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/todo | |
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/todo/todo.pro | 7 |
1 files changed, 7 insertions, 0 deletions
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 |