-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Minor issues in translation #3464
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
base: main
Are you sure you want to change the base?
Conversation
Minor issues in translation Signed-off-by: JesseEdmond <52917219+JesseEdmond@users.noreply.github.com>
Minor issues in translation Signed-off-by: JesseEdmond <52917219+JesseEdmond@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR corrects minor translation typos in the Chinese versions of the “Starting a project” guide.
- Fixes a mistranslated verb in both Traditional (zh-hant) and Simplified (zh-hans) Chinese files from “清除” to “清楚”
- Ensures consistency and clarity in the checkbox label text
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
_articles/zh-hant/starting-a-project.md | Replaced “清除的issues” with “清楚的issues” |
_articles/zh-hans/starting-a-project.md | Replaced “清除的issues” with “清楚的issues” |
@@ -291,7 +291,7 @@ redirect_from: /zh-tw/starting-a-project/ | |||
<div class="clearfix mb-4"> | |||
<input type="checkbox" id="cbox4" class="d-block float-left mt-1 mr-2" value="checkbox"> | |||
<label for="cbox4" class="overflow-hidden d-block text-normal"> | |||
最新的issue隊列,組織和標記清除的issues | |||
最新的issue隊列,組織和標記清楚的issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Corrected the verb from “清除” to “清楚” to properly convey “clearly labeled/issues”.
Copilot uses AI. Check for mistakes.
@@ -291,7 +291,7 @@ redirect_from: /zh-cn/starting-a-project/ | |||
<div class="clearfix mb-4"> | |||
<input type="checkbox" id="cbox4" class="d-block float-left mt-1 mr-2" value="checkbox"> | |||
<label for="cbox4" class="overflow-hidden d-block text-normal"> | |||
最新的issue队列,组织和标记清除的issues | |||
最新的issue队列,组织和标记清楚的issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Corrected the verb from “清除” to “清楚” to ensure accurate Simplified Chinese phrasing.
Copilot uses AI. Check for mistakes.
Minor issues in translation
Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.