Use proper string for Korean language

PR #15799.
This commit is contained in:
OctopusET
2021-12-01 13:06:05 +09:00
committed by GitHub
parent a7a90613c2
commit ab5605d54b
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ const char C_LOCALE_ICELANDIC[] = "Íslenska";
const char C_LOCALE_INDONESIAN[] = "Bahasa Indonesia";
const char C_LOCALE_ITALIAN[] = "Italiano";
const char C_LOCALE_JAPANESE[] = "日本語";
const char C_LOCALE_KOREAN[] = "";
const char C_LOCALE_KOREAN[] = "국어";
const char C_LOCALE_LATGALIAN[] = "Latgalīšu volūda";
const char C_LOCALE_LATVIAN[] = "Latviešu valoda";
const char C_LOCALE_LITHUANIAN[] = "Lietuvių";