author | cniehaus <cniehaus> | 2002-03-27 18:50:48 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-03-27 18:50:48 (UTC) |
commit | 8261de8ef44e221fa93f05e5669387cffd32661c (patch) (unidiff) | |
tree | 97eb3674e180c09aef4d4d8d4291ed4f92191bba /library | |
parent | ef0b36c7a6f3005d40fe6504bf1c3b3eb963a884 (diff) | |
download | opie-8261de8ef44e221fa93f05e5669387cffd32661c.zip opie-8261de8ef44e221fa93f05e5669387cffd32661c.tar.gz opie-8261de8ef44e221fa93f05e5669387cffd32661c.tar.bz2 |
this modifies some .pro files in order to let us be able
to translate all apps for all languages.
-rw-r--r-- | library/library.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/library.pro b/library/library.pro index a467c8b..dbb549e 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -126,6 +126,13 @@ TARGET = qpe | |||
126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
127 | # This is set by configure$(OPIEDIR). | 127 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0 | 128 | VERSION = 1.5.0 |
129 | 129 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts |
131 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts | 131 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts |
132 | TRANSLATIONS += ../i18n/en/libqpe.ts | ||
133 | TRANSLATIONS += ../i18n/hu/libqpe.ts | ||
134 | TRANSLATIONS += ../i18n/ja/libqpe.ts | ||
135 | TRANSLATIONS += ../i18n/ko/libqpe.ts | ||
136 | TRANSLATIONS += ../i18n/no/libqpe.ts | ||
137 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts | ||
138 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts | ||