Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Customizing Labels, Messages, and URLs – ..create the MO file


nit3watch
Participant

@nit3watch

@thelandman, I’ve generated the mo file, now where do I put it? I think you asked the same question in another thread that wasn’t answered so hopefully u have the answer :D?

Edit: Lol, was checking your profile, so u from CT, im in JHB :P

Reading over the tut again, do I have to change anything in the bp-custom.php cause I just copied it strait from the tut:
<?php define( 'BPLANG', 'mysite' );
if ( file_exists( BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) {
load_textdomain( ‘buddypress’, BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ );
}
?>

Skip to toolbar