Translate pdf for Woocommerce pdf invoice
Since the version 3.7 of Weglot plugin, you can translate pdf generate by WooCommerce PDF Invoices & Packing Slips plugin
By default, the translation is not activate.
To activate it:
// Add this using plugin "Code Snippet"
add_filter( 'weglot_translate_pdf', '__return_true' );
Last modified 1yr ago