diff options
| author | Tannin <devnull@localhost> | 2013-11-27 20:25:24 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-11-27 20:25:24 +0100 |
| commit | f1515193ca82c229a712f067f61f1c26e9b83400 (patch) | |
| tree | c0a50bbfcde4644b7f05e30c90211b69b60a25d0 /src/organizer.pro | |
| parent | db0347212a509b9ceef1cede61a4afd7d2253014 (diff) | |
- plugins can now be localized too
- fixes to the installer script
- extended build scripts to fetch translations from pootle server automatically
Diffstat (limited to 'src/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index f4be6f80..30454ea8 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -207,13 +207,12 @@ CONFIG += embed_manifest_exe # QMAKE_LFLAGS += /MANIFESTUAC:\"level=\'highestAvailable\' uiAccess=\'false\'\"
TRANSLATIONS = organizer_de.ts \
- organizer_es.ts \
- organizer_fr.ts \
- organizer_zh_TW.ts \
+ organizer_es.ts \
+ organizer_fr.ts \
+ organizer_zh_TW.ts \
organizer_zh_CN.ts \
organizer_cs.ts \
organizer_tr.ts \
- organizer_en.ts \
organizer_ru.ts
!isEmpty(TRANSLATIONS) {
|
