Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,002
- How-to & Troubleshooting
- 129,544
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,790
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,169
-
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?