diff --git a/gpxsee.pro b/gpxsee.pro index e53a9f0f..dfa7679d 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -392,7 +392,8 @@ macx { lang/gpxsee_es.qm \ lang/gpxsee_pt_BR.qm \ lang/gpxsee_uk.qm \ - lang/gpxsee_hu.qm + lang/gpxsee_hu.qm \ + lang/gpxsee_it.qm csv.path = Contents/Resources csv.files = pkg/csv maps.path = Contents/Resources diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 1eaef098..f489110d 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -177,6 +177,7 @@ SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "French" "fr" !insertmacro LOCALIZATION "German" "de" !insertmacro LOCALIZATION "Hungarian" "hu" + !insertmacro LOCALIZATION "Italian" "it" !insertmacro LOCALIZATION "Norwegian" "nb" !insertmacro LOCALIZATION "Polish" "pl" !insertmacro LOCALIZATION "Portuguese (Brazil)" "pt_BR" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 903ca37d..911387a1 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -184,6 +184,7 @@ SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "French" "fr" !insertmacro LOCALIZATION "German" "de" !insertmacro LOCALIZATION "Hungarian" "hu" + !insertmacro LOCALIZATION "Italian" "it" !insertmacro LOCALIZATION "Norwegian" "nb" !insertmacro LOCALIZATION "Polish" "pl" !insertmacro LOCALIZATION "Portuguese (Brazil)" "pt_BR"