Re: I want to speak Spotlish
I’ve followed the tutoral “Customizing Labels, Messages, and URLs” for customising text messages and it works but while browsing site an warning message occurs
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at Z:homeneoforman.comwwwblogwp-contentpluginsbp-custom.php:1)
my bp-languages folder contains files: buddypress-nfm.mo and buddypress-nfm.po
my bp-custom.php looks as follows
<?php
define( 'BPLANG', 'nfm' );
if ( file_exists( BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' ) ) {
load_textdomain( 'buddypress', BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' );
}
?>
it doesn’t contain any other code.
I’ve started the translation after upgrading to 1.0.1 version of Buddypress.
Could anybody advice me where am I wrong?