Skip to content

Commit 33c6877

Browse files
committed
build i18n previews
1 parent 51b0816 commit 33c6877

File tree

8 files changed

+1350
-3
lines changed

8 files changed

+1350
-3
lines changed

i18n/en/code.json

Lines changed: 571 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": {
3+
"message": "ClickHouse Knowledge Base",
4+
"description": "The title for the blog used in SEO"
5+
},
6+
"description": {
7+
"message": "Knowledge Base",
8+
"description": "The description for the blog used in SEO"
9+
},
10+
"sidebar.title": {
11+
"message": "All KB articles",
12+
"description": "The label for the left sidebar"
13+
}
14+
}

i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 734 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"link.item.label.Trademark": {
3+
"message": "Trademark",
4+
"description": "The label of footer link with label=Trademark linking to https://clickhouse.com/legal/trademark-policy"
5+
},
6+
"link.item.label.Privacy": {
7+
"message": "Privacy",
8+
"description": "The label of footer link with label=Privacy linking to https://clickhouse.com/legal/privacy-policy"
9+
},
10+
"link.item.label.Security": {
11+
"message": "Security",
12+
"description": "The label of footer link with label=Security linking to https://trust.clickhouse.com/"
13+
},
14+
"link.item.label.Terms of Service": {
15+
"message": "Terms of Service",
16+
"description": "The label of footer link with label=Terms of Service linking to https://clickhouse.com/legal/agreements/terms-of-service"
17+
},
18+
"copyright": {
19+
"message": "© 2016–2025 ClickHouse, Inc.",
20+
"description": "The footer copyright"
21+
}
22+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"logo.alt": {
3+
"message": "ClickHouse",
4+
"description": "The alt text of navbar logo"
5+
}
6+
}

i18n/jp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Modify this date to initiate rebuild:
44

5-
`Tue 11 Mar 2025 22:24:00 GMT`
5+
`Tue 12 Mar 2025 12:44:00 GMT`

i18n/ru/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Modify this date to initiate rebuild:
44

5-
`Tue 11 Mar 2025 22:24:12 GMT`
5+
`Tue 12 Mar 2025 12:44:00 GMT`

i18n/zh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Modify this date to initiate rebuild:
44

5-
`Tue 11 Mar 2025 22:24:00 GMT`
5+
`Tue 12 Mar 2025 12:44:00 GMT`

0 commit comments

Comments
 (0)