Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 8 years ago

#5866 closed defect (bug) (fixed)

Translation doesn't apply to...

Reported by: sgr33n's profile 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)

translations.png (19.0 KB) - added by SGr33n 10 years ago.
poEdit Translations

Download all attachments as: .zip

Change History (8)

#1 @DJPaul
10 years ago

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

#2 @SGr33n
10 years ago

Hi DjPaul!

I'm using the glotpress version... then I checked with poEdit and the line is recognized...

@SGr33n
10 years ago

poEdit Translations

#3 @DJPaul
10 years ago

I think this got updated/resolved recently, and is being tracked in some other ticket. Maybe imath or boonebgorges know for sure so we can close this one.

#4 @SGr33n
10 years ago

Infact, it works now.

#5 @SGr33n
10 years ago

  • Resolution set to fixed
  • Status changed from new to closed

#6 @johnjamesjacoby
10 years ago

  • Component changed from Core to i18n
  • Milestone Awaiting Review deleted

#7 @DJPaul
8 years ago

  • Component changed from Locale - i18n to I18N
Note: See TracTickets for help on using tickets.