[wp-trac] [WordPress Trac] #28714: "the_taxonomies" a lack of i18n

WordPress Trac noreply at wordpress.org
Wed Jul 2 08:35:39 UTC 2014


#28714: "the_taxonomies" a lack of i18n
--------------------------+-----------------------------
 Reporter:  juliobox      |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  I18N          |    Version:  trunk
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Hello

 The function "the_taxonomies" contains this default parameter:

 {{{
 'template' => '%s: %l.'
 }}}


 In french, we do add a space before the ":".

 Can we just do this:

 {{{
 'template' => __( '%s: %l.' )
 }}}


 Thank you, patch included

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28714>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list