r111916 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111915‎ | r111916 | r111917 >
Date:09:57, 20 February 2012
Author:siebrand
Status:ok
Tags:
Comment:
Fixes for highlighter.
Modified paths:
  • /trunk/phase3/maintenance/language/checkLanguage.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/checkLanguage.inc
@@ -222,17 +222,17 @@
223223 --links: Link the message values (default off).
224224 --prefix: prefix to add to links.
225225 --wikilang: For the links, what is the content language of the wiki to display the output in (default en).
226 - --noexif: Don't check for EXIF messages (a bit hard and boring to translate), if you know
 226+ --noexif: Do not check for EXIF messages (a bit hard and boring to translate), if you know
227227 that they are currently not translated and want to focus on other problems (default off).
228228 --whitelist: Do only the following checks (form: code,code).
229 - --blacklist: Don't do the following checks (form: code,code).
 229+ --blacklist: Do not do the following checks (form: code,code).
230230 --easy: Do only the easy checks, which can be treated by non-speakers of the language.
231231
232232 Check codes (ideally, all of them should result 0; all the checks are executed by default (except language-specific check blacklists in checkLanguage.inc):
233233 * untranslated: Messages which are required to translate, but are not translated.
234234 * duplicate: Messages which translation equal to fallback
235235 * obsolete: Messages which are untranslatable or do not exist, but are translated.
236 - * variables: Messages without variables which should be used, or with variables which shouldn't be used.
 236+ * variables: Messages without variables which should be used, or with variables which should not be used.
237237 * empty: Empty messages and messages that contain only -.
238238 * whitespace: Messages which have trailing whitespace.
239239 * xhtml: Messages which are not well-formed XHTML (checks only few common errors).

Sign-offs

UserFlagDate
Nikerabbitinspected11:53, 20 February 2012

Status & tagging log