5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 08:41:41 +08:00

Add Korean to doc (#1774)

* Add Korean

* remove other content
This commit is contained in:
Jae-Sung Lee 2022-08-22 19:42:00 +09:00 committed by GitHub
parent 791c13f29f
commit 7da8b28d0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ const config = {
i18n: {
defaultLocale: "en",
locales: ["en", "zh-Hans", "ja", "ru"],
locales: ["en", "zh-Hans", "ja", "ru", "ko"],
localeConfigs: {
en: {
label: "English",
@ -35,6 +35,11 @@ const config = {
direction: "ltr",
htmlLang: "ru-RU",
},
ko: {
label: "한국어",
direction: "ltr",
htmlLang: "ko-KR",
},
ja: {
label: "日本語",
direction: "ltr",