author | cniehaus <cniehaus> | 2002-09-21 14:01:55 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-09-21 14:01:55 (UTC) |
commit | 315177912cc5cc74da93f47cc7ef3e5c1049b9fa (patch) (side-by-side diff) | |
tree | 4797d393b0540e546f65a02f7ddc9d5da24cab07 | |
parent | 5051eb4d1500c2bc76cec16dfddba5af4b7e41d4 (diff) | |
download | opie-315177912cc5cc74da93f47cc7ef3e5c1049b9fa.zip opie-315177912cc5cc74da93f47cc7ef3e5c1049b9fa.tar.gz opie-315177912cc5cc74da93f47cc7ef3e5c1049b9fa.tar.bz2 |
add other languages
-rw-r--r-- | noncore/apps/oxygen/oxygen.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 8f9e4ea..857f5a8 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro @@ -26,3 +26,17 @@ TARGET = oxygen DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/oxygen.ts + ../../../i18n/en/oxygen.ts \ + ../../../i18n/es/oxygen.ts \ + ../../../i18n/fr/oxygen.ts \ + ../../../i18n/hu/oxygen.ts \ + ../../../i18n/ja/oxygen.ts \ + ../../../i18n/ko/oxygen.ts \ + ../../../i18n/no/oxygen.ts \ + ../../../i18n/pl/oxygen.ts \ + ../../../i18n/pt/oxygen.ts \ + ../../../i18n/pt_BR/oxygen.ts \ + ../../../i18n/sl/oxygen.ts \ + ../../../i18n/zh_CN/oxygen.ts \ + ../../../i18n/zh_TW/oxygen.ts \ + ../../../i18n/it/oxygen.ts |