-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[zh-cn]: update translation of debugger statement #18945
Conversation
Preview URLs External URLs (1)URL:
(comment last updated: 2024-03-26 03:18:34) |
files/zh-cn/web/javascript/reference/statements/debugger/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/javascript/reference/statements/debugger/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/javascript/reference/statements/debugger/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/javascript/reference/statements/debugger/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: A1lo <[email protected]>
files/zh-cn/web/javascript/reference/statements/debugger/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/javascript/reference/statements/debugger/index.md
Outdated
Show resolved
Hide resolved
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.
Some suggestions for your reference.
files/zh-cn/web/javascript/reference/statements/debugger/index.md
Outdated
Show resolved
Hide resolved
files/zh-cn/web/javascript/reference/statements/debugger/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Jason Lam <[email protected]>
Thank you for the advice you've given me. You've been a great help.👍 |
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.
Sorry for the wrong, I just noticed @yin1999 's comment and I think it was correct, or we should create a PR upstream for more accuracy.
files/zh-cn/web/javascript/reference/statements/debugger/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Jason Lam <[email protected]>
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.
LGTM. Thank you! @T34-active 👍🏼
@@ -38,4 +42,4 @@ function potentiallyBuggyCode() { | |||
|
|||
## 参见 | |||
|
|||
- [在火狐开发者工具中调试](https://firefox-source-docs.mozilla.org/devtools-user/debugger/index.html) | |||
- Firefox 源代码文档中的 [Firefox JavaScript 调试器](https://firefox-source-docs.mozilla.org/devtools-user/debugger/index.html) |
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.
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.
Please fix the upstream content first: https://github.com/mdn/content/blob/f33c6e8a7204272b90d8f005f3d8c743333d7dbf/files/en-us/web/javascript/reference/statements/debugger/index.md?plain=1#L49
英文文档pull request:#32839
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.
@yin1999 在评论中回答我的问题了 你可以去看看
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.
按我的理解,这个符号是在复制标题时复制到的,在其他引用 firefox-source-docs.mozilla.org
的文档中,并未出现该符号。(可参考 PR:mdn/content#28668)
2024-03-26.18-00-38.mp4
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.
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.
Is there any new consensus? Should we reopen the PR upstream or merge this PR? |
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.
感谢,先不管上游吧
Co-authored-by: A1lo <[email protected]> Co-authored-by: Jason Lam <[email protected]>
Description
Motivation
Additional details
Related issues and pull requests