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

Change subject: Disable plural checks for complex messages
......................................................................


Disable plural checks for complex messages

Related to bug 42631.

Change-Id: If62a02565ef9b7f8aa9ea7941742e14b50a03738
---
M groups/check-blacklist.php
1 file changed, 10 insertions(+), 0 deletions(-)

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



diff --git a/groups/check-blacklist.php b/groups/check-blacklist.php
index c7432ac..89c4ac4 100644
--- a/groups/check-blacklist.php
+++ b/groups/check-blacklist.php
@@ -394,6 +394,16 @@
                )
        ),
        array(
+               'group' => 'ext-mobilefrontend',
+               'check' => 'plural',
+               'message' => array(
+                       // All work arounds for 
http://bugzilla.wikimedia.org/42631
+                       'mobile-frontend-profile-footer-days',
+                       'mobile-frontend-profile-footer-months',
+                       'mobile-frontend-profile-footer-years',
+               )
+       ),
+       array(
                'group' => 'ext-newusernotification',
                'check' => 'variable',
                'message' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If62a02565ef9b7f8aa9ea7941742e14b50a03738
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@wikimedia.org>
Gerrit-Reviewer: Siebrand <siebr...@wikimedia.org>
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