Skip to content

Commit aabc145

Browse files
committed
update_1
1 parent f517797 commit aabc145

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

i18n/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Build and fix issues.
2727

2828
> Note: translation is incremental unless `--force_overwrite` is passed
2929
30+
4. Add the re-write to vercel.json e.g.
31+
32+
```json
33+
{ "source": "/docs/jp/:path*", "destination": "/:path*" }
34+
```
35+
3036
## Known issues
3137

3238
- Deleted files currently not detected (we should track files translated and diff against list in output, cleaning up)

i18n/jp/docusaurus-plugin-content-docs/current/about-us/distinctive-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
slug: /about-us/distinctive-features
3-
sidebar_label: 'ClickHouse はなぜ独自性があるのか?'
3+
sidebar_label: なぜ ClickHouse はユニークなのか?
44
sidebar_position: 50
5-
description: Understand what makes ClickHouse stand apart from other database management systems
5+
description: ClickHouse が他のデータベース管理システムと異なる点を理解する
66
---
77

88

0 commit comments

Comments
 (0)