mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Use zh translation files.
This commit is contained in:
+3
-3
@@ -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 \
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user