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
commit ab5605d54b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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ų";

View file

@ -689,7 +689,7 @@
<option value="zh">简体中文</option>
<option value="zh_TW">正體中文</option>
<option value="zh_HK">香港正體字</option>
<option value="ko_KR"></option>
<option value="ko_KR">국어</option>
</select>
</fieldset>