Viewing 1 replies (of 1 total)
  • Thread Starter OniX777

    (@onix777)

    I’m translate it)
    In file woocommerce-prices.php insert code:

    function true_load_plugin_textdomain() {
        load_plugin_textdomain( 'woocommerce_prices', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
    }
    add_action( 'plugins_loaded', 'true_load_plugin_textdomain' );

    Lang files woocommerce_prices-ru_RU.po and .mo

Viewing 1 replies (of 1 total)
  • The topic ‘How to translate’ is closed to new replies.