mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 19:50:15 +08:00
parent
791c13f29f
commit
7da8b28d0b
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user