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

Change subject: Fix the PLURAL clause in jsonconfig-err-array-count
......................................................................


Fix the PLURAL clause in jsonconfig-err-array-count

Change-Id: Ia30bc6f083701e9fc443d16a8f247b132134e401
---
M i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/i18n/en.json b/i18n/en.json
index cfcc687..eaff5eb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -8,7 +8,7 @@
        "jsonconfig-bad-json": "Unable to parse JSON configuration. Please 
check the syntax.",
        "jsonconfig-duplicate-field": "More than one value \"$1\" found",
        "jsonconfig-err-array": "Parameter \"$1\" must be a list, e.g. 
['value1', 'value2', ...]",
-       "jsonconfig-err-array-count": "List \"$1\" has $2 
{{plural:$2|value|values}}, but must have $3 {{plural:$2|value|values}}, the 
same number of values as \"$4\"",
+       "jsonconfig-err-array-count": "List \"$1\" has $2 
{{PLURAL:$2|value|values}}, but must have $3 {{PLURAL:$3|value|values}}, the 
same number of values as \"$4\"",
        "jsonconfig-err-assoc-array": "Parameter \"$1\" must be an associative 
array (dictionary), e.g. {'key': 'value', ...}",
        "jsonconfig-err-bool": "Parameter \"$1\" must be either set to true or 
false",
        "jsonconfig-err-integer": "Parameter \"$1\" must be an integer",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia30bc6f083701e9fc443d16a8f247b132134e401
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/JsonConfig
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: Yurik <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to