Commit 551b87e
[v0.9.1] Add CN docs (#2657)
### What this PR does / why we need it?
Add CN docs
- backport #1870
- Add `make po`
TODO:
- Translation new doc
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
```
cd docs
python -m venv ./.venv
source .venv
# Install dependencies.
pip install -r requirements-docs.txt
# Build the docs.
make clean
make html
# Extract po files
make po
# Do translations
# Build the docs with translation
make intl
# Open the docs with your browser
python -m http.server -d _build/html/
```
http://localhost:8000/
http://localhost:8000/zh-cn
---------
Signed-off-by: aidoczh <[email protected]>
Signed-off-by: Yikun Jiang <[email protected]>
Co-authored-by: aidoczh <[email protected]>1 parent a3970e8 commit 551b87e
File tree
54 files changed
+11363
-7
lines changed- docs
- source
- locale/zh_CN/LC_MESSAGES
- community
- user_stories
- developer_guide
- contribution
- evaluation
- accuracy_report
- feature_guide
- modeling
- performance
- tutorials
- user_guide
- configuration
- feature_guide
- support_matrix
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+11363
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | | - | |
23 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments