1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 13:04:23 +00:00

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
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>