From 93c3dd32bb96b431da8fa7c0b41b83f62edf0e46 Mon Sep 17 00:00:00 2001 From: Danny B Date: Thu, 12 Jun 2008 23:45:49 +0000 Subject: [PATCH] =?utf8?q?*=20bug=2014512=20-=20Add=20link=20trail=20on=20?= =?utf8?q?Slavic=20"=C5=AF"=20character=20*=20added=20all=20non-ASCII=20le?= =?utf8?q?tters=20which=20appear=20in=20szl?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- languages/messages/MessagesSzl.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/languages/messages/MessagesSzl.php b/languages/messages/MessagesSzl.php index 0c399112d1..dd37c74fec 100644 --- a/languages/messages/MessagesSzl.php +++ b/languages/messages/MessagesSzl.php @@ -12,10 +12,17 @@ * @author Jon Harald Søby * @author SPQRobin * @author Leinad + * @author Danny B. */ $fallback = 'pl'; +/** + * Regular expression matching the "link trail", e.g. "ed" in [[Toast]]ed, as + * the first group, and the remainder of the string as the second group. + */ +$linkTrail = '/^([a-zćčńřśšůźž]+)(.*)$/sDu'; + $messages = array( # User preference toggles 'tog-underline' => 'Podkreślyńy linkůw:', -- 2.20.1