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

[zh-cn]: Update translation of String.match() #14425

Merged
merged 2 commits into from
Jul 20, 2023

Conversation

JasonLamv-t
Copy link
Member

Description

Same as the title.

Motivation

Ditto.

Additional details

None.

Related issues and pull requests

#13975

@JasonLamv-t JasonLamv-t requested a review from a team as a code owner July 19, 2023 08:53
@JasonLamv-t JasonLamv-t requested review from yin1999 and removed request for a team July 19, 2023 08:53
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Jul 19, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jul 19, 2023

Preview URLs

External URLs (1)

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/String/match
Title: String.prototype.match()

(comment last updated: 2023-07-20 00:48:26)

Comment on lines 107 to 113
const str = "Hmm, this is interesting.";

str.match({
[Symbol.match](str) {
return ["Yes, it's interesting."];
},
}); // returns ["Yes, it's interesting."]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please translate this

Copy link
Member

@yin1999 yin1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @JasonLamv-t

@yin1999 yin1999 merged commit 73a449b into mdn:main Jul 20, 2023
7 checks passed
@JasonLamv-t JasonLamv-t deleted the string-match branch July 21, 2023 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-zh Issues related to Chinese content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants