Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#28714 closed defect (bug) (fixed)

"the_taxonomies" a lack of i18n

Reported by: juliobox's profile juliobox Owned by: sergeybiryukov's profile SergeyBiryukov
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)

28714.patch (344 bytes) - added by juliobox 9 years ago.

Download all attachments as: .zip

Change History (3)

@juliobox
9 years ago

#1 @SergeyBiryukov
9 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 4.0

#2 @SergeyBiryukov
9 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 28957:

Make default 'template' argument of the_taxonomies() and get_the_taxonomies() translatable.

props juliobox.
fixes #28714.

Note: See TracTickets for help on using tickets.