#1284 closed defect (bug) (fixed)
BuddyPress.org - String localization
Reported by: | ramiy | Owned by: | netweb |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | buddypress.org | Keywords: | has-patch |
Cc: |
Description
Many strings on BuddyPress.org are not localized.
The attached patch is adding _e()
and esc_attr_e()
to strings.
Very simple fix.
Attachments (3)
Change History (12)
This ticket was mentioned in Slack in #buddypress by ramiy. View the logs.
9 years ago
#4
@
8 years ago
While we're at it, redundant title attributes should be removed:
<a class="feed" href="<?php bbp_forums_url(); ?>feed/" title="All Recent Posts">All Recent Posts</a>
And this one should be moved to the alt
attribute for the image:
<a href="https://www.packtpub.com/web-development/buddypress-theme-development" title="BuddyPress Theme Development"><img width="225" alt="A book by: Tammie Lister" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p>
#6
@
8 years ago
- Owner set to netweb
- Status changed from new to assigned
Assigning to you @netweb (along with #1285 and #2102) since it seems you have them in hand.
#7
@
7 years ago
- Keywords needs-refresh removed
In 1284.3.patch:
- Strings like
Friendship connections.<br /> It's always about<br /> who you know!
should be translated in context, not as three separate strings. - Add translator comments.
- Remove redundant
title
attributes.
Note: See
TracTickets for help on using
tickets.
Minor fix - replace 'bborg' textdomain with 'bporg'