r36250 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36249‎ | r36250 | r36251 >
Date:23:45, 12 June 2008
Author:danny_b
Status:old
Tags:
Comment:
* bug 14512 - Add link trail on Slavic "ů" character
* added all non-ASCII letters which appear in szl
Modified paths:
  • /trunk/phase3/languages/messages/MessagesSzl.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesSzl.php
@@ -12,10 +12,17 @@
1313 * @author Jon Harald Søby
1414 * @author SPQRobin
1515 * @author Leinad
 16+ * @author Danny B.
1617 */
1718
1819 $fallback = 'pl';
1920
 21+/**
 22+ * Regular expression matching the "link trail", e.g. "ed" in [[Toast]]ed, as
 23+ * the first group, and the remainder of the string as the second group.
 24+ */
 25+$linkTrail = '/^([a-zćčńřśšůźž]+)(.*)$/sDu';
 26+
2027 $messages = array(
2128 # User preference toggles
2229 'tog-underline' => 'Podkreślyńy linkůw:',

Follow-up revisions

RevisionCommit summaryAuthorDate
r36253Amendment to r36250....dantman02:47, 13 June 2008

Status & tagging log