From 2da629c52c3cbfebff7b314b8668ccd579bb6742 Mon Sep 17 00:00:00 2001 From: davipt Date: Mon, 24 Jun 2002 23:25:17 +0000 Subject: Fix TRANSLATIONS --- (limited to 'noncore/tools/calc2/calc.pro') diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index ce59a6e..5167f4a 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro @@ -9,17 +9,20 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -Wl,-export-dynamic -TRANSLATIONS = ../i18n/pt_BR/calc.ts -TRANSLATIONS += ../i18n/es/calc.ts -TRANSLATIONS += ../i18n/pt/calc.ts -TRANSLATIONS += ../i18n/de/calc.ts -TRANSLATIONS += ../i18n/en/calc.ts -TRANSLATIONS += ../i18n/sl/calc.ts -TRANSLATIONS += ../i18n/hu/calc.ts -TRANSLATIONS += ../i18n/fr/calc.ts -TRANSLATIONS += ../i18n/ja/calc.ts -TRANSLATIONS += ../i18n/pl/calc.ts -TRANSLATIONS += ../i18n/ko/calc.ts -TRANSLATIONS += ../i18n/no/calc.ts -TRANSLATIONS += ../i18n/zh_CN/calc.ts -TRANSLATIONS += ../i18n/zh_TW/calc.ts + + +TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts +TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts + -- cgit v0.9.0.2