Forums
-
- Forum
- Posts
-
- Installation
- 28,541
- Troubleshooting
- 62,832
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
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.