Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025-05-27-ivorysql-wasm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Task Manager observations show that IvorySQL’s browser-based operation consume

## Community Edition Coming Soon

The IvorySQL-WASM Community Edition will be released alongside IvorySQL 4.5. For details, follow the [IvorySQL Official Website](https://www.ivorysql.org/zh-cn/).
The IvorySQL-WASM Community Edition will be released alongside IvorySQL 4.5. For details, follow the [IvorySQL Official Website](https://www.ivorysql.org/zh-CN/).
13 changes: 12 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,18 @@ const config = {
],
i18n: {
defaultLocale: 'en',
locales: ['en', 'zh-CN'],
locales: ['en', 'zh-cn'],
localeConfigs: {
en: {
label: 'English',
htmlLang: 'en',
},
'zh-cn': {
label: '中文',
htmlLang: 'zh-CN',
path: 'zh-CN', // 使用小写路径,确保yarn build 一致
},
},
},
themeConfig:
({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ IvorySQL-WASM 核心技术:

## 社区版即将发布

IvorySQL-WASM 社区版将会伴随 IvorySQL 4.5 一起发布,详情请关注 [IvorySQL 官网](https://www.ivorysql.org/zh-cn/)信息。
IvorySQL-WASM 社区版将会伴随 IvorySQL 4.5 一起发布,详情请关注 [IvorySQL 官网](https://www.ivorysql.org/zh-CN/)信息。
7 changes: 4 additions & 3 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Redirect users from China to chinese version at /zh-CN.
/ /zh-cn 302! Country=cn
# Also users with Chinese language should be redirected to /zh-cn
# / /zh-cn 302! Language=zh
# / /zh-CN 302! Country=cn
# Also users with Chinese language should be redirected to /zh-CN
# / /zh-CN 302! Language=zh