Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/66952


Change subject: Update check blacklist
......................................................................

Update check blacklist

This should work around some unneeded warnings for bug 42631.

Bug: 42631
Change-Id: Ic232bb15fb42f478eed6682dde5141948a1516d8
---
M groups/check-blacklist.php
1 file changed, 17 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/52/66952/1

diff --git a/groups/check-blacklist.php b/groups/check-blacklist.php
index 5dbeff6..eb718ec 100644
--- a/groups/check-blacklist.php
+++ b/groups/check-blacklist.php
@@ -27,6 +27,13 @@
 ),
 array(
        'group' => 'core',
+       'check' => 'plural',
+       'message' => array(
+               'category-file-count', // Work around for 
http://bugzilla.wikimedia.org/42631
+       ),
+),
+array(
+       'group' => 'core',
        'check' => 'variable',
        'message' => array(
                'activeusers-count', // Optional GENDER parameter
@@ -261,11 +268,18 @@
                'contributionseditcount', // Optional GENDER parameter
        )
 ),
+       array(
+               'group' => 'ext-editsubpages',
+               'check' => 'links',
+               'message' => array(
+                       'unlockedpages', // Contains links that are translated
+               )
+       ),
 array(
-       'group' => 'ext-editsubpages',
-       'check' => 'links',
+       'group' => 'ext-educationprogram',
+       'check' => 'plural',
        'message' => array(
-               'unlockedpages', // Contains links that are translated
+               'logentry-student-remove', // Work around for 
http://bugzilla.wikimedia.org/42631
        )
 ),
 array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic232bb15fb42f478eed6682dde5141948a1516d8
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to