🌐 Update Chinese translations with new source files#9738
Merged
tiangolo merged 3 commits intoJul 27, 2023
Conversation
Member
|
📝 Docs preview for commit 4efcc69 at: https://64977ec294f5d8307aebe55d--fastapi.netlify.app |
mkdir700
reviewed
Jul 6, 2023
| === "Python 3.6+ non-Annotated" | ||
|
|
||
| !!! tip | ||
| Prefer to use the `Annotated` version if possible. |
Contributor
There was a problem hiding this comment.
Suggested change
| Prefer to use the `Annotated` version if possible. | |
| 尽可能选择使用 `Annotated` 的版本。 |
| === "Python 3.10+ non-Annotated" | ||
|
|
||
| !!! tip | ||
| Prefer to use the `Annotated` version if possible. |
Contributor
There was a problem hiding this comment.
Suggested change
| Prefer to use the `Annotated` version if possible. | |
| 尽可能选择使用 `Annotated` 的版本。 |
| === "Python 3.6+ non-Annotated" | ||
|
|
||
| !!! tip | ||
| Prefer to use the `Annotated` version if possible. |
Contributor
There was a problem hiding this comment.
Suggested change
| Prefer to use the `Annotated` version if possible. | |
| 尽可能选择使用 `Annotated` 的版本。 |
mkdir700
reviewed
Jul 6, 2023
[docs] translate from en to zh Co-authored-by: mkdir700 <[email protected]>
[docs] upgrade py-code from en to zh Co-authored-by: mkdir700 <[email protected]>
Member
|
📝 Docs preview for commit 66e8d3d at: https://64a78a5bb0058521e7475fd5--fastapi.netlify.app |
Contributor
Author
|
Is there anybody to approve this PR? Do I need to follow any procedures? |
Slijeff
approved these changes
Jul 19, 2023
This was referenced Jul 26, 2023
Member
|
Awesome, thank you @mahone3297! 🚀 |
erosennin
pushed a commit
to erosennin/fastapi
that referenced
this pull request
Jul 31, 2023
Co-authored-by: mkdir700 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The docs in language zh is out of date.
So the high line is wrong on the python code, that makes the reader confuse.
I copy the py-code from language en to zh.