Forums
-
- Forum
- Posts
-
- Installation
- 27,772
- Troubleshooting
- 60,879
- Themes
- 10,206
- Plugins
- 15,012
- Requests & Feedback
- 14,664
- Showcase
- 3,238
-
Hi, this works for me:
add_action('bb_init', 'pm_initialize');
function pm_initialize() {
load_plugin_textdomain('bb-pm', BB_PLUGIN_DIR . 'private-messages');
}
Inside the folder private-messages
i have a file called bb-pm-es_ES.mo. As you can see, i use the locale es_ES
.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS