summaryrefslogtreecommitdiff
path: root/noncore/apps
Side-by-side diff
Diffstat (limited to 'noncore/apps') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/dictionary/dictionary.pro10
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro8
2 files changed, 18 insertions, 0 deletions
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro
index fc89411..6b337c6 100644
--- a/noncore/apps/dictionary/dictionary.pro
+++ b/noncore/apps/dictionary/dictionary.pro
@@ -3,12 +3,22 @@ CONFIG += qt warn_on release
DESTDIR = ../bin
HEADERS = dicttool.h
SOURCES = dicttool.cpp main.cpp
INTERFACES = dicttoolbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TARGET = dictionary
+
+TRANSLATIONS = ../i18n/pt_BR/dictionary.ts
+TRANSLATIONS += ../i18n/de/dictionary.ts
+TRANSLATIONS += ../i18n/en/dictionary.ts
+TRANSLATIONS += ../i18n/hu/dictionary.ts
+TRANSLATIONS += ../i18n/ja/dictionary.ts
+TRANSLATIONS += ../i18n/ko/dictionary.ts
+TRANSLATIONS += ../i18n/no/dictionary.ts
+TRANSLATIONS += ../i18n/zh_CN/dictionary.ts
+TRANSLATIONS += ../i18n/zh_TW/dictionary.ts
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 943e3d4..b5437fe 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -27,12 +27,20 @@ SOURCES = main.cpp \
ui/tvkeyedit.cpp \
db/datacache.cpp \
db/xmlsource.cpp \
db/csvsource.cpp \
db/common.cpp
INTERFACES = ui/tvkeyedit_gen.ui
TARGET = tableviewer
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts
+TRANSLATIONS += ../i18n/en/tableviewer.ts
+TRANSLATIONS += ../i18n/de/tableviewer.ts
+TRANSLATIONS += ../i18n/hu/tableviewer.ts
+TRANSLATIONS += ../i18n/ja/tableviewer.ts
+TRANSLATIONS += ../i18n/ko/tableviewer.ts
+TRANSLATIONS += ../i18n/no/tableviewer.ts
+TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts
+TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts