mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
parent
791c13f29f
commit
7da8b28d0b
1 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue