This topic has 8 replies, 2 voices, and was last updated 11 years by yumnihon.

  • Author
  • #37031
     yumnihon
    Participant

    I tranlated all text in buddypress-vi_VN.mo, vi_VN.po in themes Sweetdate, BBpress but cant found menu text “Profile”
    Where to tranlate menu text “Profile”?

    #37061
     Laura
    Moderator

    Hello, try using a translation plugin like codestyling localization

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #37084
     yumnihon
    Participant

    I am using the plugin codestyling localization and tranlated all text “Profile” but did not success.

    #37097
     Laura
    Moderator

    Hello, did you try to translate Sweet Date theme? It may be there

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #37100
     yumnihon
    Participant

    Yes, Sweet Date theme is tranlated too, but noanything change.

    #37104
     Laura
    Moderator

    Hello, try to add this to your functions.php in child theme

    COPY CODE
    
    function mb_profile_menu_tabs(){
    global $bp;
    $bp->bp_nav['profile']['name'] = 'NAMETOCHANGE';
    $bp->bp_options_nav['settings']['profile']['name'] = 'NAMETOCHANGE';
    }
    add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #37207
     yumnihon
    Participant

    Done
    Thanks you.
    Where is can tranlate the this text “Your connection to this user:”

    #37209
     Laura
    Moderator

    Hello, have you tried all the steps?(Codestyling in buddypress and sweetdate)

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #37210
     yumnihon
    Participant

    Yes,i tranlated all
    Anywhere donot have the text “Your connection to this user:”

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?