[wp-trac] [WordPress Trac] #59933: AM/PM translation dont work
WordPress Trac
noreply at wordpress.org
Sun Nov 19 22:16:02 UTC 2023
#59933: AM/PM translation dont work
-------------------------------+------------------------------
Reporter: EBrockway | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Changes (by tobifjellner):
* keywords: => reporter-feedback
* severity: critical => normal
Comment:
Can you be more specific about where you see a problem?
If you look at the current build of WordPress trunk you'll find in
https://build.trac.wordpress.org/browser/trunk/wp-includes/class-wp-
locale.php
the following lines:
{{{
// The meridiems.
$this->meridiem['am'] = __( 'am' );
$this->meridiem['pm'] = __( 'pm' );
$this->meridiem['AM'] = __( 'AM' );
$this->meridiem['PM'] = __( 'PM' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59933#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list