Putting 'whatlinkshere-barrow' in optinal rather than ignored list; such directional...
authorHuji <huji@users.mediawiki.org>
Thu, 17 Jul 2008 12:02:34 +0000 (12:02 +0000)
committerHuji <huji@users.mediawiki.org>
Thu, 17 Jul 2008 12:02:34 +0000 (12:02 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc

index 49ed8a2..96f0c4a 100644 (file)
@@ -2306,7 +2306,7 @@ $1',
 'whatlinkshere-title'      => 'Pages that link to $1',
 'whatlinkshere-summary'    => '', # do not translate or duplicate this message to other languages
 'whatlinkshere-page'       => 'Page:',
-'whatlinkshere-barrow'     => '>', # do not translate or duplicate this message to other languages
+'whatlinkshere-barrow'     => '>', # only translate this message to other languages if you have to change it
 'linklistsub'              => '(List of links)',
 'linkshere'                => "The following pages link to '''[[:$1]]''':",
 'nolinkshere'              => "No pages link to '''[[:$1]]'''.",
index d9ebab2..13be339 100644 (file)
@@ -121,7 +121,6 @@ $wgIgnoredMessages = array(
        'preferences-summary',
        'specialpages-summary',
        'whatlinkshere-summary',
-       'whatlinkshere-barrow',
        'listredirects-summary',
        'uncategorizedpages-summary',
        'uncategorizedcategories-summary',
@@ -312,6 +311,7 @@ $wgOptionalMessages = array(
        'autocomment-prefix',
        'listgrouprights-right-display',
        'timezone-utc',
+       'whatlinkshere-barrow',
 );
 
 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */