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 /library | |
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-- | library/library.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/library.pro b/library/library.pro index a467c8b..dbb549e 100644 --- a/library/library.pro +++ b/library/library.pro @@ -129,3 +129,10 @@ VERSION = 1.5.0 TRANSLATIONS = ../i18n/de/libqpe.ts TRANSLATIONS += ../i18n/pt_BR/libqpe.ts +TRANSLATIONS += ../i18n/en/libqpe.ts +TRANSLATIONS += ../i18n/hu/libqpe.ts +TRANSLATIONS += ../i18n/ja/libqpe.ts +TRANSLATIONS += ../i18n/ko/libqpe.ts +TRANSLATIONS += ../i18n/no/libqpe.ts +TRANSLATIONS += ../i18n/zh_CN/libqpe.ts +TRANSLATIONS += ../i18n/zh_TW/libqpe.ts |