Index: trunk/phase3/languages/messages/MessagesSl.php |
— | — | @@ -37,7 +37,31 @@ |
38 | 38 | NS_CATEGORY_TALK => 'Pogovor_o_kategoriji' |
39 | 39 | ); |
40 | 40 | |
41 | | -$datePreferences = false; |
| 41 | +$datePreferences = array( |
| 42 | + 'default', |
| 43 | + 'dmy short', |
| 44 | + 'dmy full', |
| 45 | + 'ISO 8601', |
| 46 | +); |
| 47 | + |
| 48 | +/** |
| 49 | + * The date format to use for generated dates in the user interface. |
| 50 | + * This may be one of the above date preferences, or the special value |
| 51 | + * "dmy or mdy", which uses mdy if $wgAmericanDates is true, and dmy |
| 52 | + * if $wgAmericanDates is false. |
| 53 | + */ |
| 54 | +$defaultDateFormat = 'dmy full'; |
| 55 | + |
| 56 | +$dateFormats = array( |
| 57 | + 'dmy short time' => 'H:i', |
| 58 | + 'dmy short date' => 'j. F Y', |
| 59 | + 'dmy short both' => 'H:i, j. M Y', |
| 60 | + |
| 61 | + 'dmy full time' => 'H:i', |
| 62 | + 'dmy full date' => 'j. F Y', |
| 63 | + 'dmy full both' => 'H:i, j. F Y', |
| 64 | +); |
| 65 | + |
42 | 66 | $fallback8bitEncoding = "iso-8859-2"; |
43 | 67 | $separatorTransformTable = array(',' => '.', '.' => ',' ); |
44 | 68 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -202,6 +202,7 @@ |
203 | 203 | overlong key errors. |
204 | 204 | * Fixed zero-padding issues with MySQL 5 binary schema |
205 | 205 | * (bug 10344) Don't follow a redirect after changing its protection level |
| 206 | +* (bug 10333) Correct date format in Slovenian |
206 | 207 | |
207 | 208 | == API changes since 1.10 == |
208 | 209 | |
— | — | @@ -279,6 +280,7 @@ |
280 | 281 | * Romanian (ro) |
281 | 282 | * Russian (ru) |
282 | 283 | * Slovak (sk) |
| 284 | +* Slovenian (sl) |
283 | 285 | * Shona (sn) |
284 | 286 | * Somali (so) |
285 | 287 | * Albanian (sq) |