Use PLURAL in newly added i18n message

Addresses an issue with I0ec6a27ff5f37aae864dfd91161bf44f0a217ef1

Change-Id: Iebbba14ac37cddcd56a8bd0c8fb1b6ff2a68bf72
This commit is contained in:
Huji Lee 2018-05-13 16:58:33 -04:00
parent 97d460b03f
commit 959a32258f

View file

@ -192,7 +192,7 @@
"abusefilter-edit-throttle-period": "Period of time:",
"abusefilter-edit-throttle-seconds": "$1 {{PLURAL:$1|second|seconds}}",
"abusefilter-edit-throttle-groups": "Group throttle by:\n:''(one per line, combine with commas)''",
"abusefilter-throttle-details": "Allow $1 actions every $2 seconds, group throttle by: $3",
"abusefilter-throttle-details": "Allow $1 {{PLURAL:$1|action|actions}} every $2 {{PLURAL:$2|second|seconds}}, group throttle by: $3",
"abusefilter-edit-warn-message": "System message to use for warning:",
"abusefilter-edit-warn-other": "Other message",
"abusefilter-edit-warn-other-label": "Page name of other message:\n:''(without MediaWiki prefix)''",