author | groucho <groucho> | 2003-01-28 08:32:18 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-01-28 08:32:18 (UTC) |
commit | 0434049ba1d7086fbfdb7471bb70b1fd62a47b4b (patch) (unidiff) | |
tree | 84311aa7fca7b6fde9cbaf8b39c21865620fee93 | |
parent | a7f557c467795be29255de99db9dac1e19a5d214 (diff) | |
download | opie-0434049ba1d7086fbfdb7471bb70b1fd62a47b4b.zip opie-0434049ba1d7086fbfdb7471bb70b1fd62a47b4b.tar.gz opie-0434049ba1d7086fbfdb7471bb70b1fd62a47b4b.tar.bz2 |
Added opie-reader translation
-rw-r--r-- | noncore/apps/opie-reader/opie-reader.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index 409f9c7..16b5e02 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -69,9 +69,25 @@ DESTDIR = $(OPIEDIR)/bin | |||
69 | INCLUDEPATH+= $(OPIEDIR)/include | 69 | INCLUDEPATH+= $(OPIEDIR)/include |
70 | DEPENDPATH+= $(OPIEDIR)/include | 70 | DEPENDPATH+= $(OPIEDIR)/include |
71 | TARGET = reader | 71 | TARGET = reader |
72 | LIBS += -lqpe | 72 | LIBS += -lqpe |
73 | 73 | ||
74 | 74 | ||
75 | TRANSLATIONS = ../../../i18n/de/reader.ts \ | ||
76 | ../../../i18n/da/reader.ts \ | ||
77 | ../../../i18n/xx/reader.ts \ | ||
78 | ../../../i18n/en/reader.ts \ | ||
79 | ../../../i18n/es/reader.ts \ | ||
80 | ../../../i18n/fr/reader.ts \ | ||
81 | ../../../i18n/hu/reader.ts \ | ||
82 | ../../../i18n/ja/reader.ts \ | ||
83 | ../../../i18n/ko/reader.ts \ | ||
84 | ../../../i18n/no/reader.ts \ | ||
85 | ../../../i18n/pl/reader.ts \ | ||
86 | ../../../i18n/pt/reader.ts \ | ||
87 | ../../../i18n/pt_BR/reader.ts \ | ||
88 | ../../../i18n/sl/reader.ts \ | ||
89 | ../../../i18n/zh_CN/reader.ts \ | ||
90 | ../../../i18n/zh_TW/reader.ts | ||
75 | 91 | ||
76 | 92 | ||
77 | include ( $(OPIEDIR)/include.pro ) | 93 | include ( $(OPIEDIR)/include.pro ) |