[buddypress-trac] [BuddyPress Trac] #5866: Translation doesn't	apply to...
    buddypress-trac 
    noreply at wordpress.org
       
    Mon Sep  8 17:51:04 UTC 2014
    
    
  
#5866: Translation doesn't apply to...
--------------------------+-----------------------------
 Reporter:  SGr33n        |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Core          |    Version:
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 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.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5866>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
    
    
More information about the buddypress-trac
mailing list