summaryrefslogtreecommitdiff
path: root/noncore/tools
authorcniehaus <cniehaus>2002-03-27 18:50:48 (UTC)
committer cniehaus <cniehaus>2002-03-27 18:50:48 (UTC)
commit8261de8ef44e221fa93f05e5669387cffd32661c (patch) (side-by-side diff)
tree97eb3674e180c09aef4d4d8d4291ed4f92191bba /noncore/tools
parentef0b36c7a6f3005d40fe6504bf1c3b3eb963a884 (diff)
downloadopie-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.
Diffstat (limited to 'noncore/tools') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/calc.pro8
-rw-r--r--noncore/tools/calculator/calculator.pro11
-rw-r--r--noncore/tools/clock/clock.pro7
3 files changed, 24 insertions, 2 deletions
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 260c75d..7421b23 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -10,3 +10,11 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -Wl,-export-dynamic
TRANSLATIONS = ../i18n/pt_BR/calc.ts
+TRANSLATIONS += ../i18n/de/calc.ts
+TRANSLATIONS += ../i18n/en/calc.ts
+TRANSLATIONS += ../i18n/hu/calc.ts
+TRANSLATIONS += ../i18n/ja/calc.ts
+TRANSLATIONS += ../i18n/ko/calc.ts
+TRANSLATIONS += ../i18n/no/calc.ts
+TRANSLATIONS += ../i18n/zh_CN/calc.ts
+TRANSLATIONS += ../i18n/zh_TW/calc.ts
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index 28cc53a..12f0f4b 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -10,5 +10,12 @@ LIBS += -lqpe
INTERFACES = calculator.ui
TARGET = calculator
-TRANSLATIONS = ../i18n/de/calculator.ts
-TRANSLATIONS += ../i18n/pt_BR/calculator.ts
+TRANSLATIONS = ../i18n/pt_BR/calculator.ts
+TRANSLATIONS += ../i18n/de/calculator.ts
+TRANSLATIONS += ../i18n/en/calculator.ts
+TRANSLATIONS += ../i18n/hu/calculator.ts
+TRANSLATIONS += ../i18n/ja/calculator.ts
+TRANSLATIONS += ../i18n/ko/calculator.ts
+TRANSLATIONS += ../i18n/no/calculator.ts
+TRANSLATIONS += ../i18n/zh_CN/calculator.ts
+TRANSLATIONS += ../i18n/zh_TW/calculator.ts
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index 9e2b135..fe8c73e 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -12,3 +12,10 @@ TARGET = clock
TRANSLATIONS = ../i18n/de/clock.ts
TRANSLATIONS += ../i18n/pt_BR/clock.ts
+TRANSLATIONS += ../i18n/en/clock.ts
+TRANSLATIONS += ../i18n/hu/clock.ts
+TRANSLATIONS += ../i18n/ja/clock.ts
+TRANSLATIONS += ../i18n/ko/clock.ts
+TRANSLATIONS += ../i18n/no/clock.ts
+TRANSLATIONS += ../i18n/zh_CN/clock.ts
+TRANSLATIONS += ../i18n/zh_TW/clock.ts