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/multimedia | |
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/multimedia/opieplayer/mpegplayer.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro index 241e29e..2294849 100644 --- a/core/multimedia/opieplayer/mpegplayer.pro +++ b/core/multimedia/opieplayer/mpegplayer.pro @@ -24,3 +24,10 @@ DEPENDPATH += $(OPIEDIR)/include TRANSLATIONS += ../i18n/de/mpegplayer.ts TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts +TRANSLATIONS += ../i18n/en/mpegplayer.ts +TRANSLATIONS += ../i18n/hu/mpegplayer.ts +TRANSLATIONS += ../i18n/ja/mpegplayer.ts +TRANSLATIONS += ../i18n/ko/mpegplayer.ts +TRANSLATIONS += ../i18n/no/mpegplayer.ts +TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts +TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts |