From: Niklas Laxström Date: Sun, 10 Aug 2008 10:44:52 +0000 (+0000) Subject: * (bug 15105) Restoring polish linktrail due to r38751 X-Git-Tag: 1.31.0-rc.0~45971 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=66406bf589b7809eb69038c4cb4fac9ed418a100;p=lhc%2Fweb%2Fwiklou.git * (bug 15105) Restoring polish linktrail due to r38751 - candidate for backporting --- diff --git a/languages/messages/MessagesPl.php b/languages/messages/MessagesPl.php index 94a9d49f57..0b95257aee 100644 --- a/languages/messages/MessagesPl.php +++ b/languages/messages/MessagesPl.php @@ -74,6 +74,8 @@ $separatorTransformTable = array( '.' => ',' ); +$linkTrail = '/^([a-zęóąśłżźćńĘÓĄŚŁŻŹĆŃ]+)(.*)$/sDu'; + $specialPageAliases = array( 'DoubleRedirects' => array( 'Podwójne_przekierowania' ), 'BrokenRedirects' => array( 'Zerwane_przekierowania' ),