Remove $linkTrail from Pl.
authorDaniel Friesen <dantman@users.mediawiki.org>
Fri, 13 Jun 2008 03:10:05 +0000 (03:10 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Fri, 13 Jun 2008 03:10:05 +0000 (03:10 +0000)
The polish characters are already covered by the new En default modifications. And the definition here in Pl stops Szl from inheriting the En which has it's fixes.

languages/messages/MessagesPl.php

index 71d5cc1..e3a27e4 100644 (file)
@@ -74,7 +74,6 @@ $separatorTransformTable = array(
        ',' => "\xc2\xa0", // @bug 2749
        '.' => ','
 );
-$linkTrail = '/^([a-zęóąśłżźćńĘÓĄŚŁŻŹĆŃ]+)(.*)$/sDu';
 
 $specialPageAliases = array(
        'DoubleRedirects'           => array( 'Podwójne_przekierowania' ),