• 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)
  • Plugin Author Brksoft

    (@brksoft)

    I updated it, they asked me to remove this code when installing it on wp, normally this code was there, now I reinstalled it again

Viewing 1 replies (of 1 total)

The topic ‘Missing plugin localization’ is closed to new replies.