diff --git a/CODEOWNERS b/CODEOWNERS index 71921d9a3..f377a73c6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -177,7 +177,7 @@ /po/id.po @ghostty-org/id_ID /po/it.po @ghostty-org/it_IT /po/ja.po @ghostty-org/ja_JP -/po/ko.po @ghostty-org/ko_KR +/po/ko_KR.po @ghostty-org/ko_KR /po/lt.po @ghostty-org/lt_LT /po/lv.po @ghostty-org/lv_LV /po/mk.po @ghostty-org/mk_MK diff --git a/po/ko.po b/po/ko_KR.po similarity index 100% rename from po/ko.po rename to po/ko_KR.po diff --git a/src/os/i18n_locales.zig b/src/os/i18n_locales.zig index 8cf62e390..7a7daf998 100644 --- a/src/os/i18n_locales.zig +++ b/src/os/i18n_locales.zig @@ -37,7 +37,7 @@ pub const locales = [_][:0]const u8{ "ru", "uk", "pl", - "ko", + "ko_KR", "mk", "tr", "id",