mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Added Chinese localization
This commit is contained in:
parent
43738523a6
commit
446a68abcb
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user