Opened 12 years ago
Closed 12 years ago
#28714 closed defect (bug) (fixed)
"the_taxonomies" a lack of i18n
| Reported by: | juliobox | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | I18N | Version: | 4.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 28957: