Skip to content

Commit e1fc530

Browse files
committed
0.5.0 - add translations
Fix: Add the missing translation for the table head in `/docs/install`.
1 parent 8ae117f commit e1fc530

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
1. Fix: Add more translations for the new docusaurus version `3.6.3`.
1212
2. Fix: Add the broken link `dash-pmcallback` for the page `/docs/apis/DashJsonGrid`.
13+
3. Fix: Add the missing translation for the table head in `/docs/install`.
1314

1415
### 0.5.0 @ 11/29/2024
1516

i18n/zh-cn/docusaurus-plugin-content-docs/current/tutorial/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install dash-json-grid
3030
pip install dash-json-grid[option1,option2...]
3131
```
3232

33-
| Option | <center>Supports</center> |
33+
| 选项 | <center>支持的功能</center> |
3434
| :-------: | :-------------------------------------------------------------------------------------------------------------------------------------------- |
3535
| `test` | 安装用于进行[`pytest`<IconExternalLink/>][link-pytest]测试的依赖项。这些依赖项只用于单元测试,不用于提供任何实际功能。 |
3636
| `example` | 安装用于运行位于<IconLinkInline text="examples (范例)" href={rootURL("examples")}/>目录下的范例的依赖项。其只用于范例,而未用于本项目自身。 |

i18n/zh-cn/docusaurus-plugin-content-docs/version-0.3.x/tutorial/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pip install dash-json-grid==0.3.4
2929
pip install dash-json-grid[option1,option2...]==0.3.4
3030
```
3131

32-
| Option | <center>Supports</center> |
32+
| 选项 | <center>支持的功能</center> |
3333
| :----: | :--------------------------------------------------------------------------------------------------------------------- |
3434
| `test` | 安装用于进行[`pytest`<IconExternalLink/>][link-pytest]测试的依赖项。这些依赖项只用于单元测试,不用于提供任何实际功能。 |
3535
| `dev` | 安装开发者依赖项。构建模块包的时候才有可能需要这些依赖项。 |

i18n/zh-cn/docusaurus-plugin-content-docs/version-0.4.x/tutorial/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pip install dash-json-grid==0.4.3
2929
pip install dash-json-grid[option1,option2...]==0.4.3
3030
```
3131

32-
| Option | <center>Supports</center> |
32+
| 选项 | <center>支持的功能</center> |
3333
| :----: | :--------------------------------------------------------------------------------------------------------------------- |
3434
| `test` | 安装用于进行[`pytest`<IconExternalLink/>][link-pytest]测试的依赖项。这些依赖项只用于单元测试,不用于提供任何实际功能。 |
3535
| `dev` | 安装开发者依赖项。构建模块包的时候才有可能需要这些依赖项。 |

0 commit comments

Comments
 (0)