Update to dateformats for German (de) l10n
authorJimmy Collins <collinj@users.mediawiki.org>
Fri, 6 Oct 2006 22:45:27 +0000 (22:45 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Fri, 6 Oct 2006 22:45:27 +0000 (22:45 +0000)
languages/messages/MessagesDe.php

index 434fbfd..2e28b57 100644 (file)
@@ -66,8 +66,8 @@ $dateFormats = array(
        'mdy both' => 'H:i, M j. Y',
 
        'dmy time' => 'H:i',
-       'dmy date' => 'j. M Y',
-       'dmy both' => 'H:i, j. M Y',
+       'dmy date' => 'j. F Y',
+       'dmy both' => 'H:i, j. M. Y',
 
        'ymd time' => 'H:i',
        'ymd date' => 'Y M j',