From: Rotem Liss Date: Wed, 9 Aug 2006 12:50:26 +0000 (+0000) Subject: Adding linktrail and linkprefix to the Georgian localisation, per request. X-Git-Tag: 1.31.0-rc.0~56034 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=a6bbdfc8fc108966f70690fe41c740e076d41105;p=lhc%2Fweb%2Fwiklou.git Adding linktrail and linkprefix to the Georgian localisation, per request. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 047ae3b4a3..2a8d9acc90 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -134,6 +134,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * English (en) * French (fr) * German (de) +* Georgian (ka) * Hebrew (he) * Hungarian (hu) * Indonesian (id) diff --git a/languages/MessagesKa.php b/languages/MessagesKa.php index 7d00fe3385..63605e624d 100644 --- a/languages/MessagesKa.php +++ b/languages/MessagesKa.php @@ -25,4 +25,12 @@ $namespaceNames = array( NS_CATEGORY_TALK => 'კატეგორია_განხილვა' ); +$linkPrefixExtension = true; + +$linkTrail = '/^([a-zაბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰ“»]+)(.*)$/sDu'; + +$messages = array( + 'linkprefix' => '/^(.*?)(„|«)$/sD', +); + ?>