Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the Chinese translation based on the latest English version #14924

Merged
merged 42 commits into from
Jan 18, 2022
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
716da67
fix document preview command's directory parameter missing problem on…
epiciskandar Oct 22, 2021
b33d719
replace "code of conduct" link to the updated one
epiciskandar Oct 23, 2021
cc96cb2
retranslate zh-cn documentations based on the latest english version
epiciskandar Oct 23, 2021
419a4b8
document update
epiciskandar Oct 29, 2021
71ce921
fix document.
epiciskandar Nov 10, 2021
e8125db
document translate: zh-ch
epiciskandar Nov 10, 2021
69b7f37
Apply grammar suggestions
epiciskandar Dec 12, 2021
c998dd2
Apply suggestions from code review
epiciskandar Dec 12, 2021
46e00a8
Update docs/zh-cn/cli.md
epiciskandar Dec 21, 2021
5da0cee
Apply suggestions from code review
epiciskandar Dec 21, 2021
09234d2
retranslate zh-cn documentations based on the latest english version
epiciskandar Oct 23, 2021
eea1da6
fix typo
epiciskandar Dec 20, 2021
ba1c85b
add tagging to all files; add zh_cn_doc_status.sh, copied from the Ja…
peepeetee Jan 4, 2022
b1e86d1
zh-cn document translate
epiciskandar Jan 7, 2022
09b496f
zh-cn document translation
epiciskandar Jan 7, 2022
7f414b9
Update docs/zh-cn/cli.md
epiciskandar Jan 8, 2022
40fca81
[Docs] rearrange pnputil parameter instruction information.
epiciskandar Jan 8, 2022
3b3270a
[Docs] zh-cn doc: follow update
epiciskandar Jan 8, 2022
3338163
[Docs] zh-cn doc: link fix
epiciskandar Jan 8, 2022
19b8af1
Update docs/zh-cn/newbs_getting_started.md
epiciskandar Jan 8, 2022
cd8341b
[Docs] zh-cn doc: update
epiciskandar Jan 8, 2022
82ffa94
[Docs] zh-cn doc:
epiciskandar Jan 8, 2022
4e39648
[Docs] zh-cn doc: update tag mark
epiciskandar Jan 8, 2022
2f071ca
[Docs] zh-cn doc: update tag mark
epiciskandar Jan 8, 2022
cb2a5e4
[Docs] zh-cn document tranlate
epiciskandar Jan 8, 2022
7e9d1e9
[Docs] zh-cn: remove obsolete files
epiciskandar Jan 8, 2022
64b2f3f
[Docs] zh-cn documentation translate
epiciskandar Jan 8, 2022
288a8a1
[Docs] zh-cn document translate
epiciskandar Jan 8, 2022
74a8da7
[Docs] remove obsoleted 'pnputil' legacy parameter information
epiciskandar Jan 8, 2022
83b4839
[Docs] zh-cn document: link prefix fix
epiciskandar Jan 9, 2022
577bfc4
[Docs] zh-cn document: remove table indent
epiciskandar Jan 9, 2022
03c7051
[Docs] zh-cn document: update tag
epiciskandar Jan 9, 2022
4dc759a
[Docs] zh-cn document: update tag
epiciskandar Jan 9, 2022
7937e1d
[Docs] zh-cn document: fix in-page link id missing
epiciskandar Jan 9, 2022
250d38c
Update docs/zh-cn/getting_started_github.md
epiciskandar Jan 9, 2022
0245035
[Docs] zh-cn: translate fix
epiciskandar Jan 14, 2022
4c45f56
[Docs] zh-cn: fix configurator diagram SVG links error
epiciskandar Jan 14, 2022
84ee8df
[Docs] zh-cn document translate: minor fixes
epiciskandar Jan 16, 2022
34ed278
change all mentions of 0.15.12 to 0.14.23
peepeetee Jan 16, 2022
9e16161
Merge pull request #3 from peepeetee/14924-pr2
epiciskandar Jan 16, 2022
3a84d75
Chamge all mentions of 0.14.23 to 0.15.12
peepeetee Jan 16, 2022
58712df
Merge pull request #5 from peepeetee/14924-pr-5
epiciskandar Jan 17, 2022
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
Next Next commit
fix document preview command's directory parameter missing problem on…
… python3
  • Loading branch information
epiciskandar committed Jan 6, 2022
commit 716da67020fc8e270e12974ba2105d052325edec
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Before opening a pull request, you can preview your changes if you have set up t

or if you only have Python 3 installed:

python3 -m http.server 8936
python3 -m http.server 8936 --directory docs

and navigating to `http://localhost:8936/`.

Expand Down