summaryrefslogtreecommitdiff
path: root/noncore/apps
authorcniehaus <cniehaus>2002-06-16 15:05:47 (UTC)
committer cniehaus <cniehaus>2002-06-16 15:05:47 (UTC)
commit932dae70d65ecbad75e7aeb9a3cd97a67742de36 (patch) (side-by-side diff)
treea5afe4e516117c204af1a7fae6c6b5da4e2fe833 /noncore/apps
parentf3c439fa534832eec214e1779c7f7040a3325a2c (diff)
downloadopie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.zip
opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.gz
opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.bz2
This add .pt and .es to all .pro
Diffstat (limited to 'noncore/apps') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/dictionary/dictionary.pro1
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro2
2 files changed, 3 insertions, 0 deletions
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro
index 71056dc..34c06e3 100644
--- a/noncore/apps/dictionary/dictionary.pro
+++ b/noncore/apps/dictionary/dictionary.pro
@@ -5,24 +5,25 @@ 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/pt/dictionary.ts
TRANSLATIONS += ../i18n/de/dictionary.ts
TRANSLATIONS += ../i18n/en/dictionary.ts
TRANSLATIONS += ../i18n/hu/dictionary.ts
TRANSLATIONS += ../i18n/sl/dictionary.ts
TRANSLATIONS += ../i18n/pl/dictionary.ts
TRANSLATIONS += ../i18n/fr/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
TRANSLATIONS += ../i18n/es/dictionary.ts
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 407323f..86f6b0e 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -27,23 +27,25 @@ 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/es/tableviewer.ts
+TRANSLATIONS += ../i18n/pt/tableviewer.ts
TRANSLATIONS += ../i18n/en/tableviewer.ts
TRANSLATIONS += ../i18n/de/tableviewer.ts
TRANSLATIONS += ../i18n/hu/tableviewer.ts
TRANSLATIONS += ../i18n/pl/tableviewer.ts
TRANSLATIONS += ../i18n/ja/tableviewer.ts
TRANSLATIONS += ../i18n/sl/tableviewer.ts
TRANSLATIONS += ../i18n/fr/tableviewer.ts
TRANSLATIONS += ../i18n/ko/tableviewer.ts
TRANSLATIONS += ../i18n/no/tableviewer.ts
TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts
TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts