[wp-trac] [WordPress Trac] #42394: Customize: Order of fields in date/time control does not honor locale
WordPress Trac
noreply at wordpress.org
Fri Nov 3 17:28:31 UTC 2017
#42394: Customize: Order of fields in date/time control does not honor locale
--------------------------+--------------------------
Reporter: munyagu | Owner: westonruter
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 4.9
Component: Customize | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+--------------------------
Changes (by westonruter):
* keywords: => has-patch
Comment:
@Mirucon I think the point of using ISO as fallback is that it would be an
international format and so it wouldn't need to be translated. Otherwise,
if it is translatable then it should maybe it should be what I have in
[comment:7 comment #7]:
{{{#!php
<?php
/* translators: 1: month, 2: day, 3: year, 4: hour, 5: minute */
$date_format = __( '%1$s %2$s, %3$s' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42394#comment:32>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list