From: Huji Date: Thu, 17 Jul 2008 12:02:34 +0000 (+0000) Subject: Putting 'whatlinkshere-barrow' in optinal rather than ignored list; such directional... X-Git-Tag: 1.31.0-rc.0~46473 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=bf41b1ebe019d2771c3648404dadbf1e6170a372;p=lhc%2Fweb%2Fwiklou.git Putting 'whatlinkshere-barrow' in optinal rather than ignored list; such directional items may need to be translated in RTL languages. --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 49ed8a2a60..96f0c4ad38 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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]]'''.", diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index d9ebab2e0f..13be339c46 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -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 */