1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Add missing English localization to the NSIS installer

Add missing English localization to the NSIS installer and rename the "zh"
translation file to "zh_CN" due to Taiwan having it's own language variant
(available as QT core translation).

The existence (copy during install) of the "en" translation file should
hopefully fix #569.
This commit is contained in:
Martin Tůma 2024-10-20 19:15:01 +02:00
parent 22c7ea7de6
commit 776104a9fa
3 changed files with 3 additions and 2 deletions

View File

@ -494,7 +494,7 @@ TRANSLATIONS = lang/gpxsee_en.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 \ lang/gpxsee_zh_CN.ts \
lang/gpxsee_ca.ts \ lang/gpxsee_ca.ts \
lang/gpxsee_ko.ts lang/gpxsee_ko.ts

View File

@ -342,9 +342,10 @@ SectionEnd
SectionGroup "Localization" SEC_LOCALIZATION SectionGroup "Localization" SEC_LOCALIZATION
!insertmacro LOCALIZATION "Catalan" "ca" !insertmacro LOCALIZATION "Catalan" "ca"
!insertmacro LOCALIZATION "Chinese (Simplified)" "zh" !insertmacro LOCALIZATION "Chinese (Simplified)" "zh_CN"
!insertmacro LOCALIZATION "Czech" "cs" !insertmacro LOCALIZATION "Czech" "cs"
!insertmacro LOCALIZATION "Danish" "da" !insertmacro LOCALIZATION "Danish" "da"
!insertmacro LOCALIZATION "English" "en"
!insertmacro LOCALIZATION "Esperanto" "eo" !insertmacro LOCALIZATION "Esperanto" "eo"
!insertmacro LOCALIZATION "Finnish" "fi" !insertmacro LOCALIZATION "Finnish" "fi"
!insertmacro LOCALIZATION "French" "fr" !insertmacro LOCALIZATION "French" "fr"