Siebrand has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/97/94897/1

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

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

Reply via email to