Missing plugin localization
-
Thanks for you plugin but your plugin is not properly prepared for localization . you can use this code in you plugin for do this
function brk_product_view_languages() {
load_plugin_textdomain( 'brk-product-view-count-for-woocommerce', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
}
add_action( 'init', 'brk_product_view_languages' );And must create pot file for your plugin using LocoTranslate plugin or using some app like poedit
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Missing plugin localization’ is closed to new replies.