From 0d7db9d8d1121b2910948d7fc0d888360f423bdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 7 Jul 2006 15:45:27 +0000 Subject: [PATCH] * Added linktrail to Telugu (te) --- RELEASE-NOTES | 1 + languages/LanguageTe.php | 5 +++++ 2 files changed, 6 insertions(+) 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() { -- 2.20.1