1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Added Chinese localization

This commit is contained in:
Martin Tůma 2021-09-24 20:14:59 +02:00
parent 43738523a6
commit 446a68abcb
3 changed files with 6 additions and 2 deletions

View File

@ -433,7 +433,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \
lang/gpxsee_uk.ts \ lang/gpxsee_uk.ts \
lang/gpxsee_hu.ts \ lang/gpxsee_hu.ts \
lang/gpxsee_it.ts \ lang/gpxsee_it.ts \
lang/gpxsee_eo.ts lang/gpxsee_eo.ts \
lang/gpxsee_zh.ts
macx { macx {
ICON = icons/app/gpxsee.icns ICON = icons/app/gpxsee.icns
@ -455,7 +456,8 @@ macx {
lang/gpxsee_uk.qm \ lang/gpxsee_uk.qm \
lang/gpxsee_hu.qm \ lang/gpxsee_hu.qm \
lang/gpxsee_it.qm \ lang/gpxsee_it.qm \
lang/gpxsee_eo.qm lang/gpxsee_eo.qm \
lang/gpxsee_zh.qm
csv.path = Contents/Resources csv.path = Contents/Resources
csv.files = pkg/csv csv.files = pkg/csv
maps.path = Contents/Resources maps.path = Contents/Resources

View File

@ -247,6 +247,7 @@ Section "ANGLE" SEC_ANGLE
SectionEnd SectionEnd
SectionGroup "Localization" SEC_LOCALIZATION SectionGroup "Localization" SEC_LOCALIZATION
!insertmacro LOCALIZATION "Chinese (Simplified)" "zh"
!insertmacro LOCALIZATION "Czech" "cs" !insertmacro LOCALIZATION "Czech" "cs"
!insertmacro LOCALIZATION "Danish" "da" !insertmacro LOCALIZATION "Danish" "da"
!insertmacro LOCALIZATION "Esperanto" "eo" !insertmacro LOCALIZATION "Esperanto" "eo"

View File

@ -269,6 +269,7 @@ SectionEnd
!endif !endif
SectionGroup "Localization" SEC_LOCALIZATION SectionGroup "Localization" SEC_LOCALIZATION
!insertmacro LOCALIZATION "Chinese (Simplified)" "zh"
!insertmacro LOCALIZATION "Czech" "cs" !insertmacro LOCALIZATION "Czech" "cs"
!insertmacro LOCALIZATION "Danish" "da" !insertmacro LOCALIZATION "Danish" "da"
!insertmacro LOCALIZATION "Esperanto" "eo" !insertmacro LOCALIZATION "Esperanto" "eo"