Skip to content

Commit

Permalink
Upd: Set default language in CN deploy templates
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed Mar 28, 2023
1 parent 80055dd commit aeec13c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/deploy.template-AidLux-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Deploy:
# 'en-US' for English
# 'ja-JP' for Japanese
# 'zh-TW' for Chinese traditional
Language: en-US
Language: zh-CN
# Theme of web ui
# 'default' for light theme
# 'dark' for dark theme
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.template-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Deploy:
# 'en-US' for English
# 'ja-JP' for Japanese
# 'zh-TW' for Chinese traditional
Language: en-US
Language: zh-CN
# Theme of web ui
# 'default' for light theme
# 'dark' for dark theme
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.template-docker-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Deploy:
# 'en-US' for English
# 'ja-JP' for Japanese
# 'zh-TW' for Chinese traditional
Language: en-US
Language: zh-CN
# Theme of web ui
# 'default' for light theme
# 'dark' for dark theme
Expand Down
1 change: 1 addition & 0 deletions module/config/config_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ def generate_deploy_template():
cn = {
'Repository': 'https://e.coding.net/llop18870/alas/AzurLaneAutoScript.git',
'PypiMirror': 'https://pypi.tuna.tsinghua.edu.cn/simple',
'Language': 'zh-CN',
}
aidlux = {
'GitExecutable': '/usr/bin/git',
Expand Down

0 comments on commit aeec13c

Please sign in to comment.