r27670 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r27669‎ | r27670 | r27671 >
Date:11:11, 20 November 2007
Author:siebrand
Status:old
Tags:
Comment:
Ignore a few messages
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -943,6 +943,7 @@
944944 protected $exportPad = 24;
945945
946946 function fillBools( &$array ) {
 947+ $array['searchaliases']['ignored'] = true;
947948 $array['searchnearmatch']['ignored'] = true;
948949 }
949950 }
@@ -1214,6 +1215,10 @@
12151216
12161217 protected $exportStart = '$messages = array(';
12171218 protected $exportEnd = ');';
 1219+
 1220+ function fillBools( &$array ) {
 1221+ $array['player-pagetext']['ignored'] = true;
 1222+ }
12181223 }
12191224
12201225 class ProfileMonitorMessageGroup extends ExtensionMessageGroup {
@@ -1347,6 +1352,10 @@
13481353
13491354 protected $exportStart = '$messages = array(';
13501355 protected $exportEnd = ');';
 1356+
 1357+ function fillBools( &$array ) {
 1358+ $array['smoothgallery-pagetext']['ignored'] = true;
 1359+ }
13511360 }
13521361
13531362 class SpamBlacklistMessageGroup extends ExtensionMessageGroup {
@@ -1398,6 +1407,12 @@
13991408
14001409 protected $exportStart = '$messages = array(';
14011410 protected $exportEnd = ');';
 1411+
 1412+ function fillBools( &$array ) {
 1413+ $array['talkhere-headtext']['ignored'] = true;
 1414+ $array['talkhere-afterinput']['ignored'] = true;
 1415+ $array['talkhere-afterform']['ignored'] = true;
 1416+ }
14021417 }
14031418
14041419 class TemplateLinkMessageGroup extends ExtensionMessageGroup {

Status & tagging log