[wp-meta] [Making WordPress.org] #2761: Correction needed of placeholder key in gettext string

Making WordPress.org noreply at wordpress.org
Thu Apr 20 16:22:12 UTC 2017


#2761: Correction needed of placeholder key in gettext string
------------------------------+------------------
 Reporter:  tobifjellner      |       Owner:
     Type:  defect            |      Status:  new
 Priority:  high              |   Milestone:
Component:  Plugin Directory  |  Resolution:
 Keywords:                    |
------------------------------+------------------

Comment (by tobifjellner):

 On more place:
 https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html
 /wp-content/plugins/plugin-directory/shortcodes/class-
 developers.php?marks=73#L73


 {{{
                                       /* translators: 1: plugin name, 2:
 number of locales, 3: list of locales */
 _n(
 '“%1$s” has been translated into these %2$d locales: %3$s.',
 '“%1$s” has been translated into these %2$d locales: %3$s.',
 $locales_count
 ),
 $title,
 $locales_count,
 $locales_list
 ) . ' ';
 }
 }}}

 First occurence of
 {{{'“%1$s” has been translated into these %2$d locales:
 %3$s.'}}}
 Should be changed to singular, i.e.
 {{{'“%1$s” has been translated into this %2$d locale:
 %3$s.'}}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2761#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list