Skip to content

Commit faef9bf

Browse files
authored
Update zh-cn translations and add chinese fonts (luizdepra#555)
* Update zh-cn.toml * Update zh-cn.toml * Update CONTRIBUTORS.md * Delete CONTRIBUTORS.md * Update zh-cn.toml translations * add chinese fonts * add chinese fonts
1 parent c133e98 commit faef9bf

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

assets/scss/_variables.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Ubuntu,
88
Cantarell,
99
"Helvetica Neue",
1010
Helvetica,
11+
"PingFang SC",
12+
STXihei,"华文细黑",
13+
"Microsoft YaHei","微软雅黑",
14+
SimSun,"宋体",
15+
Heiti,"黑体",
1116
sans-serif;
1217
$code-font-family: SFMono-Regular,
1318
Consolas,

i18n/zh-cn.toml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
[category]
22
other = "分类"
33

4+
[categories]
5+
other = "分类"
6+
47
[tag]
58
other = "标签"
69

10+
[tags]
11+
other = "标签"
12+
713
[series]
814
other = "系列"
915

1016
[author]
1117
other = "作者"
1218

19+
[authors]
20+
other = "作者"
21+
1322
[posts]
1423
other = "文章"
1524

@@ -31,3 +40,24 @@ other = "技术支持"
3140

3241
[see_also]
3342
other = "参见"
43+
44+
[note]
45+
other = "注释"
46+
47+
[tip]
48+
other = "提示"
49+
50+
[example]
51+
other = "例子"
52+
53+
[question]
54+
other = "问题"
55+
56+
[info]
57+
other = "信息"
58+
59+
[warning]
60+
other = "警告"
61+
62+
[error]
63+
other = "错误"

0 commit comments

Comments
 (0)