
siebrand at svn
Jul 13, 2008, 3:16 AM
Post #1 of 1
(135 views)
Permalink
|
|
SVN: [37605] trunk/phase3/maintenance/language/checkLanguage.inc
|
|
Revision: 37605 Author: siebrand Date: 2008-07-13 10:16:48 +0000 (Sun, 13 Jul 2008) Log Message: ----------- Update help Modified Paths: -------------- trunk/phase3/maintenance/language/checkLanguage.inc Modified: trunk/phase3/maintenance/language/checkLanguage.inc =================================================================== --- trunk/phase3/maintenance/language/checkLanguage.inc 2008-07-13 09:30:50 UTC (rev 37604) +++ trunk/phase3/maintenance/language/checkLanguage.inc 2008-07-13 10:16:48 UTC (rev 37605) @@ -410,7 +410,7 @@ * links: Link the message values (default off). * wikilang: For the links, what is the content language of the wiki to display the output in (default en). * whitelist: Do only the following checks (form: code,code). - * blacklist: Don't do the following checks (form: code,code). + * blacklist: Do not perform the following checks (form: code,code). * duplicate: Additionally check for messages which are translated the same to English (default off). Check codes (ideally, all of them should result 0; all the checks are executed by default (except duplicate and language specific check blacklists in checkLanguage.inc): * untranslated: Messages which are required to translate, but are not translated. _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|