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/applets/batteryapplet | |
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/applets/batteryapplet/batteryapplet.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index 4186dc8..eea429c 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro @@ -11,3 +11,10 @@ VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts |