Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: I want to speak Spotlish


Allen Weiss
Participant

@amweiss

I have done everything people appear to be saying, but still don’t get the translation (a very simple change from Avatar to Photo. I made the .po and .mo (using PoEdit) and uploaded them to the server

buddypress-Alumni.po and .mo are in the /bp-languages folder and the bp_custom.php is the /plugs/buddypress folder, with this code

<?php

define( ‘BPLANG’, ‘Alumni’ );

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

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

}

?>

Last step seems to be reloading Buddypress (although I’m not sure how to do this).

Any clue what I should be doing differently to get this to work?

Thanks

Skip to toolbar