* bug 14512 - Add link trail on Slavic "ů" character
authorDanny B <danny_b@users.mediawiki.org>
Thu, 12 Jun 2008 23:45:49 +0000 (23:45 +0000)
committerDanny B <danny_b@users.mediawiki.org>
Thu, 12 Jun 2008 23:45:49 +0000 (23:45 +0000)
* added all non-ASCII letters which appear in szl

languages/messages/MessagesSzl.php

index 0c39911..dd37c74 100644 (file)
  * @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:',