author | groucho <groucho> | 2003-01-27 13:29:30 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-01-27 13:29:30 (UTC) |
commit | dde05282cb63ce823f20dd6c9be3b1fb1d5a4384 (patch) (side-by-side diff) | |
tree | ba3e746533d2e44b5c3ee4f3137de6a42466d9f1 /noncore | |
parent | 41b4b9c38bada39b0e5d53b481f132e85e796463 (diff) | |
download | opie-dde05282cb63ce823f20dd6c9be3b1fb1d5a4384.zip opie-dde05282cb63ce823f20dd6c9be3b1fb1d5a4384.tar.gz opie-dde05282cb63ce823f20dd6c9be3b1fb1d5a4384.tar.bz2 |
- Some strings were missing in the .ts files
- Added opieplayer2 translation support
-rw-r--r-- | noncore/multimedia/opieplayer2/opieplayer2.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/opieplayer2.pro b/noncore/multimedia/opieplayer2/opieplayer2.pro index 355ec1a..44af25f 100644 --- a/noncore/multimedia/opieplayer2/opieplayer2.pro +++ b/noncore/multimedia/opieplayer2/opieplayer2.pro @@ -25,6 +25,23 @@ OBJECTS_DIR = qpeobj #DEPENDPATH += $(OPIEDIR)/include +TRANSLATIONS = ../../../i18n/de/opieplayer2.ts \ + ../../../i18n/da/opieplayer2.ts \ + ../../../i18n/xx/opieplayer2.ts \ + ../../../i18n/en/opieplayer2.ts \ + ../../../i18n/es/opieplayer2.ts \ + ../../../i18n/fr/opieplayer2.ts \ + ../../../i18n/hu/opieplayer2.ts \ + ../../../i18n/ja/opieplayer2.ts \ + ../../../i18n/ko/opieplayer2.ts \ + ../../../i18n/no/opieplayer2.ts \ + ../../../i18n/pl/opieplayer2.ts \ + ../../../i18n/pt/opieplayer2.ts \ + ../../../i18n/pt_BR/opieplayer2.ts \ + ../../../i18n/sl/opieplayer2.ts \ + ../../../i18n/zh_CN/opieplayer2.ts \ + ../../../i18n/zh_TW/opieplayer2.ts + include ( $(OPIEDIR)/include.pro ) |