[wp-meta] [Making WordPress.org] #3095: A string in plugin directory needs to use _n()
Making WordPress.org
noreply at wordpress.org
Sun Sep 3 17:43:55 UTC 2017
#3095: A string in plugin directory needs to use _n()
------------------------------+-----------------
Reporter: tobifjellner | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Plugin Directory | Keywords:
------------------------------+-----------------
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html
/wp-content/plugins/plugin-directory/widgets/class-meta.php?marks=92#L92
Depending on the number of translated languages, the word "all" will be
translated differently in many languages. These rows need to be
constructed with _n()
{{{printf(
/* translators: %s: Number of available languages */
_x( 'See all %s', 'languages' ),
$available_languages_count
)
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3095>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list