Browse Source

Use proper string for Korean language

PR #15799.
adaptive-webui-19844
OctopusET 3 years ago committed by GitHub
parent
commit
ab5605d54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/base/unicodestrings.h
  2. 2
      src/webui/www/private/views/preferences.html

2
src/base/unicodestrings.h

@ -71,7 +71,7 @@ const char C_LOCALE_ICELANDIC[] = "Íslenska"; @@ -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ų";

2
src/webui/www/private/views/preferences.html

@ -689,7 +689,7 @@ @@ -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>

Loading…
Cancel
Save