copy linktrail w/ norsk chars from MessagesNn
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 25 Dec 2006 02:15:31 +0000 (02:15 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 25 Dec 2006 02:15:31 +0000 (02:15 +0000)
languages/messages/MessagesNo.php

index bcc61d3..47d7fe8 100644 (file)
@@ -46,6 +46,7 @@ $namespaceNames = array(
 );
 
 $separatorTransformTable = array(',' => "\xc2\xa0", '.' => ',' );
+$linkTrail = '/^([æøåa-z]+)(.*)$/sDu';
 
 $dateFormats = array(
        'mdy time' => 'H:i',