BuddyBoss Home – Web Support Forums Themes Boss. theme Translation not working

Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Question

    #61508
    @nexxera

    Hi there;

    I’m having some hard time with translations on Boss. I’m using 2.1.1 version updated today and Loco to manage the translations. I have synced and translated lot’s of strings in Boss, Boss Media and Boss Wall but many of then just don’t change on front end.

    See the captures attached to some examples. The same happens to many others strings, like “Post Update” buttom on wall. The “Create Group and Continue” on group creation. All of them are checked and correct on loco.

    Any advice?

    Thanks in advance

    Answers

    #61514
    @nexxera

    See in attach sample of screen not translated and po file for group creation and buttom.

    #61528
    @nexxera

    Looks like creating the translation file in languages/plugins/ made the translations work.

    #61610
    @nexxera

    Hi there, after change the translation files to /languages folder Boss finally accepted the translations. i was able to translate ALMOST everything, BUT…

    The “Points” that goes into the header of profile to show BadgeOS points, just don’t translate anyway. I have trided on theme, and BadgeOS and wall plugins with no luck.

    Please advice how to correct this.

    Thanks in advance

    #61613
    @vapvarun

    Hi @nexxera

    It’s minor theme issue which is left to change the text domain
    Line 125
    /boss/buddypress/members/single/member-header.php
    Replace

    
    <p><?php printf( _n( 'Point', 'Points', $points, 'social-learner' ) ); ?></p>
    

    with

    
    <p><?php printf( _n( 'Point', 'Points', $points, 'boss' ) ); ?></p>
    

    It will start working
    Varun Dubey

    #61621
    @nexxera

    Hi there, thanks for checking in this.

    Please adjust for next update!

    Kind regards

    #61635
    @vapvarun

    Hi @nexxera
    I have already added it inside our todo list.
    Regards
    Varun Dubey

    #64964
    @crowdsparks

    Hi, @vapvarun

    Line 125 is this one
    “remove_action( ‘bp_member_header_actions’, ‘bp_add_friend_button’, 5 );”
    How to translate “Friends” and “Ponts”?

    #64970
    @vapvarun

    Hi @crowdsparks
    No need to change any codes, we have already pushed inside our updates.
    You can use language files to translate them
    Regards

    #65016
    @crowdsparks

    @vapvarun

    But it 100% translated. But still can’t change “Friends” and “Points” to Russian

    #65458
    @vapvarun

    Hi @crowdsparks

    I have upload new ru langugae file it have Points string
    https://www.dropbox.com/sh/l84553917q10u2s/AADpgqEdWpIeUzH0kWwoQ5xxa?dl=0

    Regards
    Varun Dubey

Viewing 11 posts - 1 through 11 (of 11 total)
  • The question ‘Translation not working’ is closed to new replies.