#5866 closed defect (bug) (fixed)
Translation doesn't apply to...
Reported by: | SGr33n | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | |
Cc: |
Description
Hi,
In some cases, even if the language file got the translation, the frontend continue to use the default language.
One of that cases is for "Mentions", on the user activity, the one on:
bp-activity/bp-activity-loader.php line: 177
The line is
'name' => _x( 'Mentions', 'Profile activity screen sub nav', 'buddypress' ),
Changing it in this way make it works:
'name' => __( 'Mentions', 'buddypress' ),
On the profile page also Favorites, Groups and Friends doesn't work.
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
If you're using the translation files from https://translate.wordpress.org/projects/buddypress/dev (maybe 2.0.x, too), they are out of date which is probably why this isn't working. Keep an eye on #5621