Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#5866 closed defect (bug) (fixed)

Translation doesn't apply to...

Reported by: SGr33n Owned by:
Priority: normal Milestone:
Component: I18N Version:
Severity: normal 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 12 years ago.
poEdit Translations

Download all attachments as: .zip

Change History (8)

#1 @DJPaul
12 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
12 years ago

Hi DjPaul!

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

@SGr33n
12 years ago

poEdit Translations

#3 @DJPaul
12 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
12 years ago

Infact, it works now.

#5 @SGr33n
12 years ago

  • Resolutionfixed
  • Status newclosed

#6 @johnjamesjacoby
12 years ago

  • Component Corei18n
  • Milestone Awaiting Review

#7 @DJPaul
10 years ago

  • Component Locale - i18nI18N
Note: See TracTickets for help on using tickets.