Index: branches/REL1_4/phase3/RELEASE-NOTES |
— | — | @@ -184,6 +184,8 @@ |
185 | 185 | do not need to be converted. Useful in zh: |
186 | 186 | * (bug 1224) Use proper date messages for date reformatter |
187 | 187 | * (bug 1241) Don't show 'cont.' for first entry of the category list |
| 188 | +* (bug 1240) Special:Preferences was broken in Slovenian locale when |
| 189 | + $wgUseDynamicDates is enabled |
188 | 190 | |
189 | 191 | === Caveats === |
190 | 192 | |
Index: branches/REL1_4/phase3/languages/LanguageSl.php |
— | — | @@ -115,6 +115,15 @@ |
116 | 116 | "Unlockdb" => "Obnovi zapisovalni dostop podatkovne baze", |
117 | 117 | ); |
118 | 118 | |
| 119 | +/* private */ $wgDateFormatsSl = array( |
| 120 | + 'No preference', |
| 121 | + 'januar 15, 2001', |
| 122 | + '15 januar 2001', |
| 123 | + '2001 januar 15', |
| 124 | + '2001-01-15' |
| 125 | +); |
| 126 | + |
| 127 | + |
119 | 128 | /* private */ $wgAllMessagesSl = array( |
120 | 129 | 'special_version_prefix' => '', |
121 | 130 | 'special_version_postfix' => '', |