I18N: Add translator comment for a string with a placeholder added in [36806].
Keep the comment for the string above too, for additional clarity. Props christophherr. Fixes #36493. git-svn-id: https://develop.svn.wordpress.org/trunk@37201 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
85a6518c57
commit
2fb6a75885
@ -229,6 +229,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'noResults' => __( 'No search results.' ),
|
||||
/* translators: Number of results found when using jQuery UI Autocomplete */
|
||||
'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ),
|
||||
/* translators: %d: Number of results found when using jQuery UI Autocomplete */
|
||||
'manyResults' => __( '%d results found. Use up and down arrow keys to navigate.' ),
|
||||
) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user