Viewing 2 replies - 1 through 2 (of 2 total)
  • quickfix until developer adds this to the plugin himself:
    Add the following to index.php:

    function load_textdomain_for_woocommerce_pdf_invoices() {
    	load_plugin_textdomain( 'woocommerce-pdf-invoices', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
    }
    add_action('init', 'load_textdomain_for_woocommerce_pdf_invoices');

    and download the po file from:
    http://www.bonusboek.nl/woocommerce-pdf-invoices.po

    upload your translation to woocommerce-pdf-invoices-fr_FR.mo into
    /wp-content/plugins/woocommerce-pdf-invoices/lang/

    (Manually create this directory first!!)

    Plugin Author Bas Elbers

    (@baaaaas)

    I launched version 1.0.2 and added some new stuff! Please try it out and let me know if you like it.

    Changelog:
    1.0.2 – December 13, 2013
    Added: Attach pdf invoice to email type of your choice.
    Added: Translation ready.
    Added: Update and error notes to the settings page.
    Improved: Notes to the settings page.

    Please rate my plugin with 5 stars. I really would appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Translations’ is closed to new replies.