[wp-trac] [WordPress Trac] #42139: Incorrect use of plural in script-loader.php
WordPress Trac
noreply at wordpress.org
Sun Oct 8 06:48:26 UTC 2017
#42139: Incorrect use of plural in script-loader.php
--------------------------+-----------------------------
Reporter: tobifjellner | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
The version of script-loader.php currently in 4.9 beta contains seems to
use
{{{__()}}} where {{{_n()}}} is needed:
{{{
'mejs.time-jump-forward' => array( __( 'Jump forward 1 second' ), __(
'Jump forward %1 seconds' ) ),
}}}
{{{
'mejs.time-skip-back' => array( __( 'Skip back 1 second' ), __( 'Skip
back %1 seconds' ) ),
}}}
{{{
'mejs.ad-skip-info' => array( __( 'Skip in 1 second' ), __( 'Skip
in %1 seconds' ) ),
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42139>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list