From: Sam Reed Date: Tue, 22 Feb 2011 15:33:02 +0000 (+0000) Subject: * (bug 27633) Add characters to linkTrail for Potuguese (pt and pt-br) X-Git-Tag: 1.31.0-rc.0~31829 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%22id_auteur=%24connect_id_auteur%22%29%20.%20%22?a=commitdiff_plain;h=c920b61580e288fd77350df816843cc11e880da2;p=lhc%2Fweb%2Fwiklou.git * (bug 27633) Add characters to linkTrail for Potuguese (pt and pt-br) Add RELEASE-NOTES for r82547 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3ef39c06e9..d592e1e947 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -187,6 +187,8 @@ regularly. Below only new and removed languages are listed, as well as changes to languages because of Bugzilla reports. * (bug 17160) Gender specific display text for User namespace +* Link trail added for sl and sh +* (bug 27633) Add characters to linkTrail for Potuguese (pt and pt-br) == Compatibility == diff --git a/languages/messages/MessagesPt.php b/languages/messages/MessagesPt.php index 49349ec89b..33bc73e527 100644 --- a/languages/messages/MessagesPt.php +++ b/languages/messages/MessagesPt.php @@ -81,7 +81,7 @@ $dateFormats = array( ); $separatorTransformTable = array( ',' => ' ', '.' => ',' ); -$linkTrail = '/^([áâãàéêçíóôõúüa-z]+)(.*)$/sDu'; # Bug 21168 +$linkTrail = '/^([áâãàéêẽçíòóôõq̃úüűũa-z]+)(.*)$/sDu'; # Bug 21168, 27633 $specialPageAliases = array( 'DoubleRedirects' => array( 'Redireccionamentos_duplos', 'Redirecionamentos_duplos' ),