From 6636bf9f3f116a84d23c3828ba95d539652fcc7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 21 Jan 2019 00:01:07 +0100 Subject: [PATCH] Enabled Spanish localization --- gpxsee.pro | 6 ++++-- pkg/gpxsee.nsi | 1 + pkg/gpxsee64.nsi | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gpxsee.pro b/gpxsee.pro index fde63907..cc6fc8e7 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -272,7 +272,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \ lang/gpxsee_pl.ts \ lang/gpxsee_nb.ts \ lang/gpxsee_da.ts \ - lang/gpxsee_tr.ts + lang/gpxsee_tr.ts \ + lang/gpxsee_es.ts macx { ICON = icons/gpxsee.icns @@ -288,7 +289,8 @@ macx { lang/gpxsee_pl.qm \ lang/gpxsee_nb.qm \ lang/gpxsee_da.qm \ - lang/gpxsee_tr.qm + lang/gpxsee_tr.qm \ + lang/gpxsee_es.qm CSV.path = Contents/Resources CSV.files = pkg/csv MAPS.path = Contents/Resources diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 7bbf90e4..fdc518e2 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -188,6 +188,7 @@ SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "Norwegian" "nb" !insertmacro LOCALIZATION "Polish" "pl" !insertmacro LOCALIZATION "Russian" "ru" + !insertmacro LOCALIZATION "Spanish" "es" !insertmacro LOCALIZATION "Swedish" "sv" !insertmacro LOCALIZATION "Turkish" "tr" SectionGroupEnd diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 6c8fb248..c27317b6 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -190,6 +190,7 @@ SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "Norwegian" "nb" !insertmacro LOCALIZATION "Polish" "pl" !insertmacro LOCALIZATION "Russian" "ru" + !insertmacro LOCALIZATION "Spanish" "es" !insertmacro LOCALIZATION "Swedish" "sv" !insertmacro LOCALIZATION "Turkish" "tr" SectionGroupEnd