From: Ævar Arnfjörð Bjarmason Date: Sat, 8 Oct 2005 23:32:15 +0000 (+0000) Subject: * Move #tilv��sun in front of #redirect in the MAG_REDIRECT array so that X-Git-Tag: 1.6.0~1495 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=fa5c73eb7d4c22b0d8e1efafcd4bd8558fe10060;p=lhc%2Fweb%2Fwiklou.git * Move #tilv��sun in front of #redirect in the MAG_REDIRECT array so that system-generated redirects use the Icelandic term rather than the English one --- diff --git a/languages/LanguageIs.php b/languages/LanguageIs.php index 9288486086..7c358e0ad4 100644 --- a/languages/LanguageIs.php +++ b/languages/LanguageIs.php @@ -50,7 +50,7 @@ require_once( 'LanguageUtf8.php' ); ); $wgMagicWordsIs = array( - MAG_REDIRECT => array( 0, '#redirect', '#tilvísun', '#TILVÍSUN' ), // MagicWord::initRegex() sucks + MAG_REDIRECT => array( 0, '#tilvísun', '#TILVÍSUN', '#redirect' ), // MagicWord::initRegex() sucks ) + $wgMagicWordsEn; #-------------------------------------------------------------------