Skip to content

Commit 40b7809

Browse files
Apply suggestions from code review
Co-authored-by: W. H. Wang <[email protected]>
1 parent b63de59 commit 40b7809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ html_only = true
9999

100100
[languages.zh_CN]
101101
name = "Simplified Chinese"
102-
translated_name = "简化字"
102+
translated_name = "简体中文"
103103
sphinxopts = [
104104
'-D latex_engine=xelatex',
105105
'-D latex_elements.inputenc=',
@@ -108,7 +108,7 @@ sphinxopts = [
108108

109109
[languages.zh_TW]
110110
name = "Traditional Chinese"
111-
translated_name = "繁體字"
111+
translated_name = "繁體中文"
112112
sphinxopts = [
113113
'-D latex_engine=xelatex',
114114
'-D latex_elements.inputenc=',

0 commit comments

Comments
 (0)