Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,701
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,498
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,180
-
Howdy. I’m not sure why there is a problem. Here’s what I think is happening.
register_sidebar_widget( __(‘Members’, ‘buddypress’), ‘bp_core_widget_members’);
That registers the members widget with translation. If in your .mo and .po file the word “Members” is translated then it should work fine. This is what you are doing?