Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Translations – to rename parts of BP


universal
Member

@universal

I think more logical is to use WPLANG:

if ( file_exists( MUPLUGINDIR . ‘/bp-languages/buddypress-‘ . WPLANG . ‘.mo’ ) )

load_textdomain( ‘buddypress’, MUPLUGINDIR . ‘/bp-languages/buddypress-‘ . WPLANG . ‘.mo’ );

As my system locale is different.

Skip to toolbar