From 3d20501ffde29e6c3e0f22327fbc174fc48eed8c Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 31 May 2009 13:23:37 +0000 Subject: [PATCH] Update $checkBlacklist --- maintenance/language/checkLanguage.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/maintenance/language/checkLanguage.inc b/maintenance/language/checkLanguage.inc index 6232064bbc..ab6d8a1308 100644 --- a/maintenance/language/checkLanguage.inc +++ b/maintenance/language/checkLanguage.inc @@ -587,7 +587,7 @@ Check codes (ideally, all of them should result 0; all the checks are executed b * untranslated: Messages which are required to translate, but are not translated. * duplicate: Messages which translation equal to fallback * obsolete: Messages which are untranslatable, but translated. - * variables: Messages without variables which should be used, or with variables which shouldn't be used. + * variables: Messages without variables which should be used, or with variables which should not be used. * empty: Empty messages. * whitespace: Messages which have trailing whitespace. * xhtml: Messages which are not well-formed XHTML (checks only few common errors). @@ -646,6 +646,8 @@ ENDS; $checkBlacklist = array( #'code' => array( 'check1', 'check2' ... ) 'gan' => array( 'plural' ), +'gan-hans' => array( 'plural' ), +'gan-hant' => array( 'plural' ), 'gn' => array( 'plural' ), 'hak' => array( 'plural' ), 'hu' => array( 'plural' ), @@ -655,6 +657,7 @@ $checkBlacklist = array( 'kk-cyrl' => array( 'plural' ), 'kk-latn' => array( 'plural' ), 'ko' => array( 'plural' ), +'lzh' => array( 'plural' ), 'mn' => array( 'plural' ), 'ms' => array( 'plural' ), 'my' => array( 'chars' ), // Uses a lot zwnj -- 2.20.1