Skip to content

Commit

Permalink
Merge pull request #111 from LmeSzinc/dev
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
LmeSzinc authored Sep 25, 2023
2 parents c1ff0bd + a530684 commit 8b95597
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/deploy.template-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Deploy:
# 'en-US' for English
# 'ja-JP' for Japanese
# 'zh-TW' for Chinese traditional
# 'es-ES' for Spanish
Language: zh-CN
# Theme of web ui
# 'default' for light theme
Expand Down
1 change: 1 addition & 0 deletions config/deploy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Deploy:
# 'en-US' for English
# 'ja-JP' for Japanese
# 'zh-TW' for Chinese traditional
# 'es-ES' for Spanish
Language: en-US
# Theme of web ui
# 'default' for light theme
Expand Down
1 change: 1 addition & 0 deletions deploy/Windows/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Deploy:
# 'en-US' for English
# 'ja-JP' for Japanese
# 'zh-TW' for Chinese traditional
# 'es-ES' for Spanish
Language: en-US
# Theme of web ui
# 'default' for light theme
Expand Down
1 change: 1 addition & 0 deletions webapp/packages/main/public/deploy.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Deploy:
# 'en-US' for English
# 'ja-JP' for Japanese
# 'zh-TW' for Chinese traditional
# 'es-ES' for Spanish
Language: {{language}}
# Theme of web ui
# 'default' for light theme
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/renderer/src/settings/localSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ export const localeSetting: LocaleSetting = {
// Default locale
fallback: LOCALE.JA_JP,
// available Locales
availableLocales: [LOCALE.ZH_CN, LOCALE.EN_US, LOCALE.JA_JP, LOCALE.ZH_TW],
availableLocales: [LOCALE.ZH_CN, LOCALE.EN_US, LOCALE.JA_JP, LOCALE.ZH_TW, LOCALE.ES_ES],
};

0 comments on commit 8b95597

Please sign in to comment.