* (bug 5891) Linktrail for Polish language (pl)
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 10 May 2006 10:52:25 +0000 (10:52 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 10 May 2006 10:52:25 +0000 (10:52 +0000)
RELEASE-NOTES
languages/LanguagePl.php
languages/MessagesPl.php

index 9286bda..5597b52 100644 (file)
@@ -238,7 +238,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 5889) Name for Sindhi language should appear as سنڌي
 * --force-normal parameter on dump scripts to force check for ICU extension
 * (bug 5895) Update for Dutch language (nl)
-
+* (bug 5891) Linktrail for Polish language (pl)
 
 == Compatibility ==
 
index c53c820..a04e482 100644 (file)
@@ -111,5 +111,9 @@ class LanguagePl extends LanguageUtf8 {
                );
        }
 
+       function linkTrail() {
+               return '/^([a-zęóąśłżźćńĘÓĄŚŁŻŹĆŃ]+)(.*)$/sDu';
+       }
+
 }
 ?>
index 97e20f6..9bfd73f 100644 (file)
@@ -73,7 +73,6 @@
 "category" => "kategoria",
 "category_header" => "Artykuły w kategorii \"$1\"",
 "subcategories" => "Podkategorie",
-"linktrail" => "/^([a-z]+)(.*)\$/sD",
 "mainpage" => "Strona główna",
 "mainpagetext" => "Instalacja oprogramowania powiodła się.",
 "about" => "O Wikipedii",