diff --git a/gpxsee.pro b/gpxsee.pro index afc494ce..6c369042 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -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 diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index b44ed6ba..6f620169 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -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"