Skip to content

Commit 2ec24d3

Browse files
Kristofer Selbekkselbekk
Kristofer Selbekk
authored andcommitted
Add auto-generated i18n file
1 parent 04009ef commit 2ec24d3

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

website/i18n/en.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,26 @@
44
"next": "Next",
55
"previous": "Previous",
66
"tagline": "Create React apps with no build configuration.",
7-
"docs": {},
7+
"docs": {
8+
"getting-started": {
9+
"title": "Getting started",
10+
"sidebar_label": "Getting started"
11+
},
12+
"README": {
13+
"title": "README"
14+
},
15+
"user-guide": {
16+
"title": "User guide",
17+
"sidebar_label": "User guide"
18+
}
19+
},
820
"links": {
9-
"Docs": "Docs",
10-
"API": "API",
21+
"Getting started": "Getting started",
1122
"Help": "Help"
1223
},
1324
"categories": {
14-
"Docusaurus": "Docusaurus",
15-
"First Category": "First Category",
16-
"Second Category": "Second Category"
25+
"Getting Started": "Getting Started",
26+
"User Guide": "User Guide"
1727
}
1828
},
1929
"pages-strings": {

0 commit comments

Comments
 (0)