* (bug 15105) Restoring polish linktrail due to r38751
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 10 Aug 2008 10:44:52 +0000 (10:44 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 10 Aug 2008 10:44:52 +0000 (10:44 +0000)
- candidate for backporting

languages/messages/MessagesPl.php

index 94a9d49..0b95257 100644 (file)
@@ -74,6 +74,8 @@ $separatorTransformTable = array(
        '.' => ','
 );
 
+$linkTrail = '/^([a-zęóąśłżźćńĘÓĄŚŁŻŹĆŃ]+)(.*)$/sDu';
+
 $specialPageAliases = array(
        'DoubleRedirects'           => array( 'Podwójne_przekierowania' ),
        'BrokenRedirects'           => array( 'Zerwane_przekierowania' ),