Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#6906 closed defect (bug) (fixed)

Avoid using HTML tags in translation strings (bp-groups/classes/class-bp-groups-component.php)

Reported by: ramiy Owned by: boonebgorges
Priority: normal Milestone: 2.6
Component: I18N Version:
Severity: normal Keywords: has-patch
Cc:

Description

Old strings:

  • Groups <span class="%s">%s</span>
  • Groups <span class="count">%s</span>
  • Pending Invites <span class="count">%s</span>

New strings:

  • Groups %s
  • Groups %s
  • Pending Invites %s

Attachments (1)

6906.patch (1.8 KB ) - added by ramiy 11 years ago.

Download all attachments as: .zip

Change History (6)

@ramiy
11 years ago

#1 @DJPaul
11 years ago

  • Milestone Awaiting Review2.5

#2 @DJPaul
11 years ago

  • Milestone 2.5Under Consideration

The patch provides new placeholder tokens in the strings, but I believe there should be translator comments explaining the values they will be replaced with.

#3 @boonebgorges
10 years ago

  • Owner set to boonebgorges
  • Resolutionfixed
  • Status newclosed

In 10679:

Remove markup from translatable strings when building Group nav items.

Props ramiy.
Fixes #6906.

#4 @boonebgorges
10 years ago

  • Milestone Under Consideration2.6

#5 @DJPaul
10 years ago

  • Component Locale - i18nI18N
Note: See TracTickets for help on using tickets.