Skip to content

Commit 452d335

Browse files
archerarcher
authored andcommitted
fix(i18n): translate Chinese separators in meta.en.json files
1 parent 54dcb6e commit 452d335

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

document/content/docs/introduction/meta.en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"title": "Documentation",
33
"root": true,
44
"pages": [
5-
"---入门---",
5+
"---Getting Started---",
66
"index",
77
"cloud",
88
"commercial",
99
"development",
10-
"---功能介绍---",
10+
"---Features---",
1111
"...guide"
1212
],
1313
"order": 1

document/content/docs/use-cases/meta.en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "More information about FastGPT practical use cases",
44
"root": true,
55
"pages": [
6-
"---外部调用 FastGPT---",
6+
"---External Integration---",
77
"...external-integration",
8-
"---应用搭建案例---",
8+
"---Application Examples---",
99
"...app-cases"
1010
]
1111
}

0 commit comments

Comments
 (0)