5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:50:15 +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: { i18n: {
defaultLocale: "en", defaultLocale: "en",
locales: ["en", "zh-Hans", "ja", "ru"], locales: ["en", "zh-Hans", "ja", "ru", "ko"],
localeConfigs: { localeConfigs: {
en: { en: {
label: "English", label: "English",
@ -35,6 +35,11 @@ const config = {
direction: "ltr", direction: "ltr",
htmlLang: "ru-RU", htmlLang: "ru-RU",
}, },
ko: {
label: "한국어",
direction: "ltr",
htmlLang: "ko-KR",
},
ja: { ja: {
label: "日本語", label: "日本語",
direction: "ltr", direction: "ltr",