From b43412b13510983639962e813aadff5d47fc6f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 23 Jan 2023 23:48:00 +0100 Subject: [PATCH] Added Korean localization --- gpxsee.pro | 3 ++- pkg/mac/lproj/ko.lproj/locversion.plist | 14 ++++++++++++++ pkg/windows/gpxsee64.nsi | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 pkg/mac/lproj/ko.lproj/locversion.plist diff --git a/gpxsee.pro b/gpxsee.pro index b8e8c9d7..8ee563d5 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -472,7 +472,8 @@ TRANSLATIONS = lang/gpxsee_en.ts \ lang/gpxsee_it.ts \ lang/gpxsee_eo.ts \ lang/gpxsee_zh.ts \ - lang/gpxsee_ca.ts + lang/gpxsee_ca.ts \ + lang/gpxsee_ko.ts macx { ICON = icons/app/gpxsee.icns diff --git a/pkg/mac/lproj/ko.lproj/locversion.plist b/pkg/mac/lproj/ko.lproj/locversion.plist new file mode 100644 index 00000000..a4d776c6 --- /dev/null +++ b/pkg/mac/lproj/ko.lproj/locversion.plist @@ -0,0 +1,14 @@ + + + + + LprojCompatibleVersion + 123 + LprojLocale + ko + LprojRevisionLevel + 1 + LprojVersion + 123 + + diff --git a/pkg/windows/gpxsee64.nsi b/pkg/windows/gpxsee64.nsi index 373ae614..798aed16 100644 --- a/pkg/windows/gpxsee64.nsi +++ b/pkg/windows/gpxsee64.nsi @@ -325,6 +325,7 @@ SectionGroup "Localization" SEC_LOCALIZATION !insertmacro LOCALIZATION "German" "de" !insertmacro LOCALIZATION "Hungarian" "hu" !insertmacro LOCALIZATION "Italian" "it" + !insertmacro LOCALIZATION "Korean" "ko" !insertmacro LOCALIZATION "Norwegian" "nb" !insertmacro LOCALIZATION "Polish" "pl" !insertmacro LOCALIZATION "Portuguese (Brazil)" "pt_BR"