Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,020
- How-to & Troubleshooting
- 129,647
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,794
- Showcase
- 3,316
- Ideas
- 1,383
- Miscellaneous
- 9,180
-
it turns out you can just define a different place to put the language file, so it’s no big deal really. for example, put the bp-languages folder outside of the buddypress directory and load it like so
`if ( file_exists( WP_PLUGIN_DIR . ‘/bp-languages/buddypress-custom.mo’ ) )
load_textdomain( ‘buddypress’, WP_PLUGIN_DIR . ‘/bp-languages/buddypress-custom.mo’ );`