Skip to content

Conversation

@yashjawale
Copy link
Contributor

What?

Stemming from #71271

Addressed at https://wordpress.slack.com/archives/C02QB2JS7/p1758767400095899?thread_ts=1758754813.891189&cid=C02QB2JS7

In #71271, incorrect translator comments were left out that convey the count is for comments whereas they are for displaying participants.

While working on it, at one point the code used to display number of comments instead of participants.
I must've missed reverting the comment to participants...

Thanks to @talldan for bringing up the issue 🙌

Why?

Incorrect translation comments can cause confusion to translators & lead to incorrect translations.

How?

PR fixes the instances of incorrect translation labels.

@github-actions
Copy link

github-actions bot commented Sep 25, 2025

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: yashjawale <[email protected]>
Co-authored-by: talldan <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Copy link
Contributor

@talldan talldan left a comment

Choose a reason for hiding this comment

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

Thanks!

@talldan talldan added [Package] i18n /packages/i18n Collaborative Workflows Phase 3 of the Gutenberg roadmap around all-things related to collaborative workflows [Type] Bug An existing feature does not function as intended Internationalization (i18n) Issues or PRs related to internationalization efforts and removed [Package] i18n /packages/i18n labels Sep 25, 2025
: sprintf(
// translators: %s: Number of comments.
// translators: %s: Number of participants.
__( '+%s more participants' ),
Copy link
Contributor

Choose a reason for hiding this comment

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

Although I approved the comment change, I wonder if this should use _n to handle pluralization 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes that'll be a lot better...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated ✅

@talldan talldan merged commit babf1a5 into WordPress:trunk Sep 25, 2025
68 of 69 checks passed
@github-actions github-actions bot added this to the Gutenberg 21.8 milestone Sep 25, 2025
@t-hamano t-hamano added [Feature] Notes Phase 3 of the Gutenberg roadmap around block commenting and removed Collaborative Workflows Phase 3 of the Gutenberg roadmap around all-things related to collaborative workflows labels Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Feature] Notes Phase 3 of the Gutenberg roadmap around block commenting Internationalization (i18n) Issues or PRs related to internationalization efforts [Type] Bug An existing feature does not function as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants