Correct eo date format according to http://bertilow.com/pmeg/gramatiko/nombroj/datoj...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 31 Oct 2010 17:23:33 +0000 (17:23 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 31 Oct 2010 17:23:33 +0000 (17:23 +0000)
Reported by AVRS via IRC

RELEASE-NOTES
languages/messages/MessagesEo.php

index 67337bc..edb3400 100644 (file)
@@ -495,6 +495,7 @@ changes to languages because of Bugzilla reports.
 * (bug 24628) Generic translations for NS_USER/NS_USER_TALK for Esperanto.
 * (bug 24917) Polish as fallback for Kashubia.
 * (bug 24794) Tatar link trail updated.
+* Esperanto date format corrected.
 
 == Compatibility ==
 
index 58503a0..10aa512 100644 (file)
@@ -274,8 +274,8 @@ $datePreferences = false;
 $defaultDateFormat = 'dmy';
 $dateFormats = array(
        'dmy time' => 'H:i',
-       'dmy date' => 'j. M Y',
-       'dmy both' => 'H:i, j. M Y',
+       'dmy date' => 'j M. Y',
+       'dmy both' => 'H:i, j M. Y',
 );
 
 $messages = array(