Opened 9 years ago
Closed 7 years ago
#1285 closed defect (bug) (fixed)
bbPress.org - String localization
Reported by: | ramiy | Owned by: | netweb |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | bbpress.org | Keywords: | has-patch |
Cc: |
Description
Many strings on bbPress.org are not localized.
The attached patch is adding _e()
and esc_attr_e()
to strings with 'bbporg'
textdomain
Attachments (2)
Change History (7)
#3
@
8 years ago
- Owner set to netweb
- Status changed from new to assigned
Assigning to you @netweb (along with #1284 and #2102) since it seems you have them in hand.
#4
@
7 years ago
In 1285.2.patch:
- Strings like
Easy to setup.<br /> Easy to moderate.<br /> Fast, and clean.
should be translated in context, not as three separate strings. Line breaks would depend on the length of words in a particular language. - Add translator comments.
- Remove redundant title attributes.
Note: See
TracTickets for help on using
tickets.
Related:
#1284 BuddyPress.org - String localization
#1285 bbPress.org - String localization