Update date format for dsb and hsb: month names need the genitive, make them consistent
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 7 Nov 2011 12:49:12 +0000 (12:49 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 7 Nov 2011 12:49:12 +0000 (12:49 +0000)
Per discussion on https://translatewiki.net/wiki/Thread:User_talk:Raymond/Formatierung_einer_Datumsvariable

RELEASE-NOTES-1.19
languages/messages/MessagesDsb.php
languages/messages/MessagesHsb.php

index 61d3287..7f85921 100644 (file)
@@ -153,6 +153,7 @@ changes to languages because of Bugzilla reports.
 * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language.
 * (bug 30217) Make pt-br a fallback of pt
 * (bug 31193) Set fallback language of Assamese from Bengali to English
+* Update date format for dsb and hsb: month names need the genitive 
 
 === Other changes in 1.19 ===
 * jquery.mwPrototypes module was renamed to jquery.mwExtension.
index 60c230c..c7a29ea 100644 (file)
@@ -61,8 +61,8 @@ $defaultDateFormat = 'dmy';
 
 $dateFormats = array(
        'dmy time' => 'H:i',
-       'dmy date' => 'j xg Y',
-       'dmy both' => 'H:i, j xg Y',
+       'dmy date' => 'j. xg Y',
+       'dmy both' => 'j. xg Y, H:i',
 );
 
 $specialPageAliases = array(
index 64fd38f..b04f487 100644 (file)
@@ -46,6 +46,20 @@ $namespaceGenderAliases = array(
         NS_USER_TALK => array( 'male' => 'Diskusija_z_wužiwarjom', 'female' => 'Diskusija_z_wužiwarku' ),
 );
 
+$datePreferences = array(
+       'default',
+       'dmy',
+       'ISO 8601',
+);
+
+$defaultDateFormat = 'dmy';
+
+$dateFormats = array(
+       'dmy time' => 'H:i',
+       'dmy date' => 'j. xg Y',
+       'dmy both' => 'j. xg Y, H:i',
+);
+
 $specialPageAliases = array(
        'Activeusers'               => array( 'Aktiwni_wužiwarjo' ),
        'Allmessages'               => array( 'MediaWiki-zdźělenki' ),