mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[i18n] Change Korean language name (#13634)
한글 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:
@@ -46,7 +46,7 @@ local Language = {
|
||||
ja = "日本語",
|
||||
ka = "ქართული",
|
||||
kk = "Қазақ",
|
||||
ko_KR = "한글",
|
||||
ko_KR = "한국어",
|
||||
ru = "Русский",
|
||||
sr = "Српски",
|
||||
uk = "Українська",
|
||||
|
||||
Reference in New Issue
Block a user