From 667d3a3279a6de39b3cbf5b34a5754998ce678d3 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sat, 3 Aug 2024 18:44:30 +0100 Subject: [PATCH] Add Korean translation --- gramps/gen/utils/grampslocale.py | 2 +- gramps/gen/utils/win32locale.py | 1 + po/LINGUAS | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gramps/gen/utils/grampslocale.py b/gramps/gen/utils/grampslocale.py index 6ce2ffc90de..2cde4e523b3 100644 --- a/gramps/gen/utils/grampslocale.py +++ b/gramps/gen/utils/grampslocale.py @@ -85,7 +85,7 @@ _RTL_LOCALES = ("ar", "he") # locales with less than 70% currently translated -INCOMPLETE_TRANSLATIONS = ("ar", "bg", "sq", "ta", "tr", "zh_HK", "zh_TW") +INCOMPLETE_TRANSLATIONS = ("ar", "bg", "ko", "sq", "ta", "tr", "zh_HK", "zh_TW") def _check_gformat(): diff --git a/gramps/gen/utils/win32locale.py b/gramps/gen/utils/win32locale.py index cd58254fa10..7e26e87e4c4 100644 --- a/gramps/gen/utils/win32locale.py +++ b/gramps/gen/utils/win32locale.py @@ -69,6 +69,7 @@ def _(msgid): "is": ("Icelandic", "1252", _("Icelandic")), "it": ("Italian_Italy", "1252", _("Italian")), "ja": ("Japanese_Japan", "932", _("Japanese")), + "ko": ("Korean_Korea", "949", _("Korean")), "lt": ("Lithuanian_Lithuania", "1252", _("Lithuanian")), # Windows has no translation for Macedonian "mk": (None, None, _("Macedonian")), diff --git a/po/LINGUAS b/po/LINGUAS index c87ccd983de..c6e17354c84 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -19,6 +19,7 @@ hu is it ja +ko lt nb nl