1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 19:52:09 +01:00

Enabled Catalan localization

This commit is contained in:
Martin Tůma 2022-09-06 09:31:27 +02:00
parent 125f99e8f4
commit de63009edd
2 changed files with 3 additions and 1 deletions

View File

@ -457,7 +457,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \
lang/gpxsee_hu.ts \
lang/gpxsee_it.ts \
lang/gpxsee_eo.ts \
lang/gpxsee_zh.ts
lang/gpxsee_zh.ts \
lang/gpxsee_ca.ts
macx {
ICON = icons/app/gpxsee.icns

View File

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