* Linktrail
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 15 May 2006 22:11:02 +0000 (22:11 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 15 May 2006 22:11:02 +0000 (22:11 +0000)
languages/LanguageDe.php

index 8f4e89b..b80013a 100644 (file)
@@ -104,6 +104,11 @@ class LanguageDe extends LanguageUtf8 {
                return array(',' => '.', '.' => ',' );
        }
 
+       function linkTrail() {
+               return '/^([äöüßa-z]+)(.*)$/sDu';
+       }
+
+
 }
 
 ?>