author | cniehaus <cniehaus> | 2002-06-16 15:05:47 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-06-16 15:05:47 (UTC) |
commit | 932dae70d65ecbad75e7aeb9a3cd97a67742de36 (patch) (side-by-side diff) | |
tree | a5afe4e516117c204af1a7fae6c6b5da4e2fe833 /core/apps/helpbrowser | |
parent | f3c439fa534832eec214e1779c7f7040a3325a2c (diff) | |
download | opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.zip opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.gz opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.bz2 |
This add .pt and .es to all .pro
-rw-r--r-- | core/apps/helpbrowser/helpbrowser.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index 070dd2b..fe4553a 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro @@ -10,6 +10,8 @@ LIBS += -lqpe INTERFACES = TRANSLATIONS = ../i18n/de/helpbrowser.ts +TRANSLATIONS += ../i18n/es/helpbrowser.ts +TRANSLATIONS += ../i18n/pt/helpbrowser.ts TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts TRANSLATIONS += ../i18n/en/helpbrowser.ts TRANSLATIONS += ../i18n/hu/helpbrowser.ts |