Opened 9 years ago
Closed 9 years ago
#28714 closed defect (bug) (fixed)
"the_taxonomies" a lack of i18n
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
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
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 28957: