jenkins-bot has submitted this change and it was merged.

Change subject: i18n: Rephrase the message flow-topic-participants-second-try
......................................................................


i18n: Rephrase the message flow-topic-participants-second-try

The current message uses {{PLURAL}} in an unusual way -
it concatenates a comma conditionally.

It's better to repeat a few words, even in English, because it
makes it clearer to the translators.

This commit also rephrases the plural parts a bit to make it
look less like comma splice.

Change-Id: Ie2f53c08bc1f23cab00b2b6cd28c53a79106fdd6
---
M i18n/en.json
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/i18n/en.json b/i18n/en.json
index ce39cc4..a29f57e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -306,8 +306,7 @@
     "flow-terms-of-use-edit": "By saving your changes, you agree to the terms 
of use for this wiki.",
     "flow-anon-warning": "You are not logged in. To receive attribution with 
your name instead of your IP address, you can [$1 log in] or [$2 create an 
account].",
     "flow-cancel-warning": "You have entered text in this form. Are you sure 
you want to discard it?",
-
-    "flow-topic-participants-second-try": "$1 started this 
topic{{PLURAL:$2|0=|1=, with 1 other participant|, with $2 other 
participants}}",
+    "flow-topic-participants-second-try": "{{PLURAL:$2|0=$1 started this 
topic|1=$1 started this topic and there was one other participant|$1 started 
this topic and there were $2 other participants}}",
     "flow-topic-count-sidebar": "Showing $1 of $2 topics attached to this 
page",
     "flow-topic-count": "Topics ($1)",
     "flow-topic-comment-count": "$1 {{PLURAL:$1|comment|comments}}",

-- 
To view, visit https://gerrit.wikimedia.org/r/142507
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie2f53c08bc1f23cab00b2b6cd28c53a79106fdd6
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Jdlrobson <jrob...@wikimedia.org>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to