-
Author
-
November 29, 2014 at 11:09 #37031
yumnihon
ParticipantI 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”?November 29, 2014 at 21:57 #37061Laura
ModeratorHello, 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 solutionNovember 30, 2014 at 07:46 #37084yumnihon
ParticipantI am using the plugin codestyling localization and tranlated all text “Profile” but did not success.
November 30, 2014 at 14:07 #37097Laura
ModeratorHello, 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 solutionNovember 30, 2014 at 14:27 #37100yumnihon
ParticipantYes, Sweet Date theme is tranlated too, but noanything change.
November 30, 2014 at 14:48 #37104Laura
ModeratorHello, try to add this to your functions.php in child theme
COPY CODEfunction 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 solutionDecember 1, 2014 at 12:41 #37207yumnihon
ParticipantDone
Thanks you.
Where is can tranlate the this text “Your connection to this user:”December 1, 2014 at 13:03 #37209Laura
ModeratorHello, 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 -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.