https://bugzilla.wikimedia.org/show_bug.cgi?id=40942
Siebrand Mazeland <siebr...@wikimedia.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |WONTFIX --- Comment #13 from Siebrand Mazeland <siebr...@wikimedia.org> --- According to http://unicode.org/cldr/trac/browser/trunk/common/main/sl.xml?rev=9695 these are the current time formattings for the Slovene: 1561 <timeFormatLength type="medium"> 1562 <timeFormat> 1563 <pattern>HH:mm:ss</pattern> 1564 </timeFormat> 1565 </timeFormatLength> 1566 <timeFormatLength type="short"> 1567 <timeFormat> 1568 <pattern>HH:mm</pattern> 1569 </timeFormat> 1570 </timeFormatLength> This is exactly what MediaWiki currently implements for Slovene: languages/messages/MessagesSl.php: 176 'dmy short time' => 'H:i', 180 'dmy full time' => 'H:i', 182 'dmy full both' => 'H:i, j. F Y', I'm closing this as WONTFIX, because the request deviates from the well established standards that we try to implement in MediaWiki. In this case, CLDR applies. If you think the CLDR locale data are incorrect, please file a change request as described at http://cldr.unicode.org/index/bug-reports. Once the change has been accepted in CLDR, it could be made in MediaWiki, too. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l