Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -153,6 +153,7 @@ |
154 | 154 | * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language. |
155 | 155 | * (bug 30217) Make pt-br a fallback of pt |
156 | 156 | * (bug 31193) Set fallback language of Assamese from Bengali to English |
| 157 | +* Update date format for dsb and hsb: month names need the genitive |
157 | 158 | |
158 | 159 | === Other changes in 1.19 === |
159 | 160 | * jquery.mwPrototypes module was renamed to jquery.mwExtension. |
Index: trunk/phase3/languages/messages/MessagesDsb.php |
— | — | @@ -61,8 +61,8 @@ |
62 | 62 | |
63 | 63 | $dateFormats = array( |
64 | 64 | 'dmy time' => 'H:i', |
65 | | - 'dmy date' => 'j xg Y', |
66 | | - 'dmy both' => 'H:i, j xg Y', |
| 65 | + 'dmy date' => 'j. xg Y', |
| 66 | + 'dmy both' => 'j. xg Y, H:i', |
67 | 67 | ); |
68 | 68 | |
69 | 69 | $specialPageAliases = array( |
Index: trunk/phase3/languages/messages/MessagesHsb.php |
— | — | @@ -46,6 +46,20 @@ |
47 | 47 | NS_USER_TALK => array( 'male' => 'Diskusija_z_wužiwarjom', 'female' => 'Diskusija_z_wužiwarku' ), |
48 | 48 | ); |
49 | 49 | |
| 50 | +$datePreferences = array( |
| 51 | + 'default', |
| 52 | + 'dmy', |
| 53 | + 'ISO 8601', |
| 54 | +); |
| 55 | + |
| 56 | +$defaultDateFormat = 'dmy'; |
| 57 | + |
| 58 | +$dateFormats = array( |
| 59 | + 'dmy time' => 'H:i', |
| 60 | + 'dmy date' => 'j. xg Y', |
| 61 | + 'dmy both' => 'j. xg Y, H:i', |
| 62 | +); |
| 63 | + |
50 | 64 | $specialPageAliases = array( |
51 | 65 | 'Activeusers' => array( 'Aktiwni_wužiwarjo' ), |
52 | 66 | 'Allmessages' => array( 'MediaWiki-zdźělenki' ), |