Translation for your plugin
-
Hi there,
just add
function wpmc_load_plugin_textdomain() { load_plugin_textdomain( 'wp-media-categories', FALSE, basename( dirname( __FILE__ ) ) . '/wp-media-categories/lang/' ); } add_action( 'plugins_loaded', 'wpmc_load_plugin_textdomain' );to your plugins main php file, download loco translate and start translating this plugins backend into every WO compatible language.
You are allowed to add this code in future updates 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Translation for your plugin’ is closed to new replies.