From: Raimond Spekking Date: Mon, 19 Oct 2009 12:38:22 +0000 (+0000) Subject: * (bug 21168) Added linktrail to Portuguese (pt) X-Git-Tag: 1.31.0-rc.0~39234 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/voir.php?a=commitdiff_plain;h=2e2099eb666632a22aa236560d1d3aac4a951e3d;p=lhc%2Fweb%2Fwiklou.git * (bug 21168) Added linktrail to Portuguese (pt) --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e58ff0b271..b0403945b7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -661,6 +661,7 @@ changes to languages because of MediaZilla reports. * (bug 19949) New linktrail for Greek (el) * (bug 19809) Korean (North Korea) (ko-kp) (new) * (bug 19968) Fixed "Project talk" namespace name for Maltese (mt) +* (bug 21168) Added áâãàéêçíóôõúü to Portuguese (pt) linktrail == Compatibility == diff --git a/languages/messages/MessagesPt.php b/languages/messages/MessagesPt.php index 8801b144d4..53b6f6a531 100644 --- a/languages/messages/MessagesPt.php +++ b/languages/messages/MessagesPt.php @@ -75,7 +75,7 @@ $dateFormats = array( ); $separatorTransformTable = array(',' => ' ', '.' => ',' ); -#$linkTrail = '/^([a-z]+)(.*)$/sD';# ignore list +$linkTrail = '/^([áâãàéêçíóôõúüa-z]+)(.*)$/sDu'; # Bug 21168 $specialPageAliases = array( 'DoubleRedirects' => array( 'Redireccionamentos duplos', 'Redirecionamentos duplos' ),