From 633d52daca270490df63546d06399243d3648e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 28 Jan 2020 22:02:16 +0100 Subject: [PATCH] Added Hungarian localization --- gpxsee.pro | 3 ++- pkg/gpxsee.nsi | 3 ++- pkg/gpxsee64.nsi | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gpxsee.pro b/gpxsee.pro index 258b4346..2c208b27 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -359,7 +359,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \ lang/gpxsee_tr.ts \ lang/gpxsee_es.ts \ lang/gpxsee_pt_BR.ts \ - lang/gpxsee_uk.ts + lang/gpxsee_uk.ts \ + lang/gpxsee_hu.ts macx { ICON = icons/gpxsee.icns diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 65cf47d3..1d3f185b 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -176,6 +176,7 @@ SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "Finnish" "fi" !insertmacro LOCALIZATION "French" "fr" !insertmacro LOCALIZATION "German" "de" + !insertmacro LOCALIZATION "Hungarian" "hu" !insertmacro LOCALIZATION "Norwegian" "nb" !insertmacro LOCALIZATION "Polish" "pl" !insertmacro LOCALIZATION "Portuguese (Brazil)" "pt_BR" @@ -251,4 +252,4 @@ LangString DESC_LOCALIZATION ${LANG_ENGLISH} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALIZATION} $(DESC_LOCALIZATION) -!insertmacro MUI_FUNCTION_DESCRIPTION_END \ No newline at end of file +!insertmacro MUI_FUNCTION_DESCRIPTION_END diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index e7d189d0..c58c9192 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -183,6 +183,7 @@ SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "Finnish" "fi" !insertmacro LOCALIZATION "French" "fr" !insertmacro LOCALIZATION "German" "de" + !insertmacro LOCALIZATION "Hungarian" "hu" !insertmacro LOCALIZATION "Norwegian" "nb" !insertmacro LOCALIZATION "Polish" "pl" !insertmacro LOCALIZATION "Portuguese (Brazil)" "pt_BR" @@ -259,4 +260,4 @@ LangString DESC_LOCALIZATION ${LANG_ENGLISH} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALIZATION} $(DESC_LOCALIZATION) -!insertmacro MUI_FUNCTION_DESCRIPTION_END \ No newline at end of file +!insertmacro MUI_FUNCTION_DESCRIPTION_END