Use zh translation files.

This commit is contained in:
Alexandre Quessy
2018-04-07 13:25:12 -04:00
parent de83f40c5b
commit c8cd949ab4
2 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -16,10 +16,10 @@ include(src/app/app.pri)
TRANSLATIONS = \
translations/mapmap_en.ts \
translations/mapmap_zh_TW.ts \
translations/mapmap_zh_CN.ts \
translations/mapmap_es.ts \
translations/mapmap_fr.ts \
translations/mapmap_es.ts
translations/mapmap_zh_CN.ts \
translations/mapmap_zh_TW.ts
RESOURCES = \
translations/translation.qrc \
docs/documentation.qrc \
+4 -1
View File
@@ -1,6 +1,9 @@
<RCC>
<qresource prefix="/">
<file>mapmap_fr.qm</file>
<file>mapmap_en.qm</file>
<file>mapmap_es.qm</file>
<file>mapmap_fr.qm</file>
<file>mapmap_zh_CN.qm</file>
<file>mapmap_zh_TW.qm</file>
</qresource>
</RCC>