From: Niklas Laxström Date: Fri, 7 Jul 2006 15:45:27 +0000 (+0000) Subject: * Added linktrail to Telugu (te) X-Git-Tag: 1.31.0-rc.0~56366 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=0d7db9d8d1121b2910948d7fc0d888360f423bdc;p=lhc%2Fweb%2Fwiklou.git * Added linktrail to Telugu (te) --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4b12e82369..1a4d2444c5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -33,6 +33,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 6562) Removed unmaintained ParserXml.php for now * History paging overlap bug fixed +* Added linktrail to Telugu (te) == Compatibility == diff --git a/languages/LanguageTe.php b/languages/LanguageTe.php index 631fcc9ccc..805983b18b 100644 --- a/languages/LanguageTe.php +++ b/languages/LanguageTe.php @@ -62,6 +62,11 @@ class LanguageTe extends LanguageUtf8 { return $this->mMessagesTe; } + function linkTrail() { + /* Range from U+0C01 to U+0C6F */ + return "/^([\xE0\xB0\x81-\xE0\xB1\xAF]+)(.*)$/sDu"; + } + // nobody seems to use these anymore /*function digitTransformTable() {