Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I add a POT language file to my plugin?


thekmen
Participant

@thekmen

Hi @xberserker,
you have it included in bp-cubepoint-core.php
load_textdomain( ‘bp-cubepoint’, dirname( __FILE__ ) . ‘/languages/bp-cubepoint-‘ . get_locale() . ‘.mo’ );

so just drop translations in the plugins languages folder.

Skip to toolbar