Opened 13 years ago
Closed 13 years ago
#3728 closed defect (bug) (fixed)
Improve i18n in RSS feeds
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | |
Cc: |
Description
In Activity's RSS feeds, such as /bp-activity/feeds/bp-activity-group-feed.php, the i18n is not good. There are hardcoded strings like this:
<title><?php bp_site_name() ?> | <?php echo $bp->groups->current_group->name ?> | <?php _e( 'Group Activity', 'buddypress' ) ?></title>
In this instance, gettext placeholders with argument swapping should be used. We should audit all the RSS.
Note: See
TracTickets for help on using
tickets.
(In [5394]) Improves l18n in Activity RSS feeds. Fixes #3728