From: Danny B Date: Thu, 12 Jun 2008 23:45:49 +0000 (+0000) Subject: * bug 14512 - Add link trail on Slavic "ů" character X-Git-Tag: 1.31.0-rc.0~47023 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=93c3dd32bb96b431da8fa7c0b41b83f62edf0e46;p=lhc%2Fweb%2Fwiklou.git * bug 14512 - Add link trail on Slavic "ů" character * added all non-ASCII letters which appear in szl --- 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:',