i18n: show "1 more reply" instead of "1 more replies" in block comments#71685
Conversation
|
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 If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
I just merged #71387. @R1shabh-Gupta, could you please rebase this branch on top of the trunk? The text is now placed inside a |
4b327ca to
560786e
Compare
|
Hey @t-hamano, |

What?
Closes #71684
Fixes the grammatical error in block commenting where "1 more replies" was displayed instead of the correct singular form "1 more reply".
Why?
When there is exactly one hidden reply in a comment thread, the interface incorrectly shows "1 more replies" which is grammatically wrong. It should show "1 more reply" (singular) for one reply and "X more replies" (plural) for multiple replies. This improves the user experience and ensures proper grammar across all languages that support WordPress pluralization.
How?
_x()function with_n()function in the comments component'%s more reply'and'%s more replies'Testing Instructions
Screenshots or screencast