[i18n] Change Korean language name (#13634)
Some checks failed
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled

한글 is name of Korean character not the name of language
한국어 is right name for the ko_KR (South Korea) language code
It's called 조선어 in North Korea but it will require different language code
Ref: https://en.wikipedia.org/wiki/Korean_language
This commit is contained in:
Sungjoon Moon
2025-04-20 06:22:15 +09:00
committed by GitHub
parent 8556d77f55
commit 17df79d748

View File

@@ -46,7 +46,7 @@ local Language = {
ja = "日本語",
ka = "ქართული",
kk = "Қазақ",
ko_KR = "",
ko_KR = "국어",
ru = "Русский",
sr = "Српски",
uk = "Українська",