Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: I want to speak Spotlish


trcwest
Participant

@trcwest

now that its changed to plugins does the code in bp-custom change to this

<?php

define( ‘BPLANG’, ‘spots’ );

if ( file_exists( ABSPATH . PLUGINDIR . ‘buddypress/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) {

load_textdomain( ‘buddypress’, ABSPATH . PLUGINDIR . ‘buddypress/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ );

}

?>

Skip to toolbar