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