* (bug 6162) Change date format for Dutch Low Saxon (nds-nl)
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Jun 2006 12:08:17 +0000 (12:08 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Jun 2006 12:08:17 +0000 (12:08 +0000)
RELEASE-NOTES
languages/LanguageNds_nl.php

index 6602377..d9168bb 100644 (file)
@@ -492,7 +492,7 @@ Some default configuration options have changed:
 * Return correct content-type header with 304 responses for StreamFile;
   it confuses Safari if you let it return "text/html".
 * (bug 6280) Correct GRAMMAR for Slovenian localisation (sl)
-
+* (bug 6162) Change date format for Dutch Low Saxon (nds-nl)
 
 == Compatibility ==
 
index 66b02f8..aa4bfb6 100644 (file)
@@ -60,6 +60,11 @@ class LanguageNds_nl extends LanguageNds {
                global $wgSkinNamesNds_nl;
                return $wgSkinNamesNds_nl;
        }
+
+       function formatDay( $day, $format ) {
+               return Language::formatDay( $day, $format );
+       }
+
 }
 
 ?>