summaryrefslogtreecommitdiff
path: root/noncore/apps
Side-by-side diff
Diffstat (limited to 'noncore/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.pro16
-rw-r--r--noncore/apps/opie-sheet/opie-sheet.pro16
2 files changed, 32 insertions, 0 deletions
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index 68db34b..e9e2167 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -29,6 +29,22 @@ INTERFACES = qcheckdetailsbase.ui \
qcheckviewbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = checkbook
DESTDIR = $(OPIEDIR)/bin
+
+TRANSLATIONS = ../../../i18n/de/checkbook.ts \
+ ../../../i18n/en/checkbook.ts \
+ ../../../i18n/es/checkbook.ts \
+ ../../../i18n/fr/checkbook.ts \
+ ../../../i18n/hu/checkbook.ts \
+ ../../../i18n/ja/checkbook.ts \
+ ../../../i18n/ko/checkbook.ts \
+ ../../../i18n/no/checkbook.ts \
+ ../../../i18n/pl/checkbook.ts \
+ ../../../i18n/pt/checkbook.ts \
+ ../../../i18n/pt_BR/checkbook.ts \
+ ../../../i18n/sl/checkbook.ts \
+ ../../../i18n/zh_CN/checkbook.ts \
+ ../../../i18n/zh_TW/checkbook.ts \
+ ../../../i18n/it/checkbook.ts
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro
index b053975..93a3acc 100644
--- a/noncore/apps/opie-sheet/opie-sheet.pro
+++ b/noncore/apps/opie-sheet/opie-sheet.pro
@@ -4,6 +4,22 @@ DESTDIR = $(OPIEDIR)/bin
HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h
SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = sheetqt
+
+TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \
+ ../../../i18n/en/opie-sheet.ts \
+ ../../../i18n/es/opie-sheet.ts \
+ ../../../i18n/fr/opie-sheet.ts \
+ ../../../i18n/hu/opie-sheet.ts \
+ ../../../i18n/ja/opie-sheet.ts \
+ ../../../i18n/ko/opie-sheet.ts \
+ ../../../i18n/no/opie-sheet.ts \
+ ../../../i18n/pl/opie-sheet.ts \
+ ../../../i18n/pt/opie-sheet.ts \
+ ../../../i18n/pt_BR/opie-sheet.ts \
+ ../../../i18n/sl/opie-sheet.ts \
+ ../../../i18n/zh_CN/opie-sheet.ts \
+ ../../../i18n/zh_TW/opie-sheet.ts \
+ ../../../i18n/it/opie-sheet.ts