From 1ba1ae498c404914bc4043f016cd055266a91e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 27 Dec 2020 19:39:41 +0100 Subject: [PATCH] Added Esperanto localization --- gpxsee.pro | 3 ++- pkg/gpxsee.nsi | 1 + pkg/gpxsee64.nsi | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gpxsee.pro b/gpxsee.pro index 3046bab0..1b441b96 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -385,7 +385,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \ lang/gpxsee_pt_BR.ts \ lang/gpxsee_uk.ts \ lang/gpxsee_hu.ts \ - lang/gpxsee_it.ts + lang/gpxsee_it.ts \ + lang/gpxsee_eo.ts macx { ICON = icons/app/gpxsee.icns diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 5b069b21..ea26904c 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -219,6 +219,7 @@ SectionEnd SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "Czech" "cs" !insertmacro LOCALIZATION "Danish" "da" + !insertmacro LOCALIZATION "Esperanto" "eo" !insertmacro LOCALIZATION "Finnish" "fi" !insertmacro LOCALIZATION "French" "fr" !insertmacro LOCALIZATION "German" "de" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index d905a297..10571b94 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -226,6 +226,7 @@ SectionEnd SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "Czech" "cs" !insertmacro LOCALIZATION "Danish" "da" + !insertmacro LOCALIZATION "Esperanto" "eo" !insertmacro LOCALIZATION "Finnish" "fi" !insertmacro LOCALIZATION "French" "fr" !insertmacro LOCALIZATION "German" "de"