jenkins-bot has submitted this change and it was merged. Change subject: Blacklist plural checked for 'cdo' ......................................................................
Blacklist plural checked for 'cdo' Per https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Nmembers/cdo_no_PLURAL:_in_our_language Change-Id: I561d1aaa460fe66dbd9dcc31243d4c3541df08f6 --- M groups/check-blacklist.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/groups/check-blacklist.php b/groups/check-blacklist.php index d824da3..c7432ac 100644 --- a/groups/check-blacklist.php +++ b/groups/check-blacklist.php @@ -17,7 +17,7 @@ $checkBlacklist = array( array( 'check' => 'plural', - 'code' => array( 'az', 'bo', 'dz', 'id', 'fa', 'gan', 'gan-hans', + 'code' => array( 'az', 'bo', 'cdo', 'dz', 'id', 'fa', 'gan', 'gan-hans', 'gan-hant', 'gn', 'hak', 'hu', 'ja', 'jv', 'ka', 'kk-arab', 'kk-cyrl', 'kk-latn', 'km', 'kn', 'ko', 'lzh', 'mn', 'ms', 'my', 'sah', 'sq', 'tet', 'th', 'to', 'tr', 'vi', 'wuu', 'xmf', -- To view, visit https://gerrit.wikimedia.org/r/72483 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I561d1aaa460fe66dbd9dcc31243d4c3541df08f6 Gerrit-PatchSet: 1 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
