[wp-trac] [WordPress Trac] #48259: Archives - Disambiguation by context
WordPress Trac
noreply at wordpress.org
Tue Oct 8 16:53:21 UTC 2019
#48259: Archives - Disambiguation by context
---------------------------+---------------------
Reporter: alexclassroom | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.3
Component: I18N | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses: ui
---------------------------+---------------------
Changes (by SergeyBiryukov):
* component: General => I18N
* milestone: Awaiting Review => 5.3
Old description:
> wp-includes/post.php, 2754
>
> 'archive' => array(
> __( 'Archives' ),
> __( 'Manage Archives' ),
> /* translators: %s: Number of archives. */
> _n_noop(
> 'Archive <span
> class="count">(%s)</span>',
> 'Archives <span
> class="count">(%s)</span>'
> ),
> ),
> );
>
> This word "Archives" means compressed files and is disambiguation by
> context, so this word should be separated from other "Archives".
New description:
wp-includes/post.php, 2754
{{{
'archive' => array(
__( 'Archives' ),
__( 'Manage Archives' ),
/* translators: %s: Number of archives. */
_n_noop(
'Archive <span class="count">(%s)</span>',
'Archives <span class="count">(%s)</span>'
),
),
);
}}}
This word "Archives" means compressed files and is disambiguation by
context, so this word should be separated from other "Archives".
--
Comment:
Hi there, welcome to WordPress Trac! Thanks for the ticket.
Good catch, introduced in [45651].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48259#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list