r64589 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64588‎ | r64589 | r64590 >
Date:07:45, 4 April 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Update check blacklist
Modified paths:
  • /trunk/extensions/Translate/check-blacklist.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/check-blacklist.php
@@ -278,6 +278,27 @@
279279 'notifier.signup_confirm_plain.user_wiki_2', // Contains links that are translated
280280 )
281281 ),
 282+array(
 283+ 'group' => 'wikia-categoryselect',
 284+ 'check' => 'links',
 285+ 'message' => array(
 286+ 'categoryselect-tooltip', // Contains link parts that may need translation
 287+ )
 288+),
 289+array(
 290+ 'group' => 'wikia-graceexpired',
 291+ 'check' => 'links',
 292+ 'message' => array(
 293+ 'graceexpired-header', // Contains link parts that may need translation
 294+ )
 295+),
 296+array(
 297+ 'group' => 'wikia-problemreports',
 298+ 'check' => 'links',
 299+ 'message' => array(
 300+ 'pr_introductory_text', // Contains link parts that may need translation
 301+ )
 302+),
282303
283304 // translatewiki.net specific
284305 array(

Status & tagging log