Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Dear wordpress gurus,

    I want to translate to german the order-processing email in woocommerce,

    I hence used

    elseif( $lang == “german” ) _e( “Blabla, some german stuff”,’woocommerce’ );

    but that writes all on a single line, while I would like to have

    Blabla,
    some german stuff

    I tried to use a standard php
    echo “Blabla\n”;
    echo “some german stuff\n”;

    but the line breaks are still missing.

    Any clue?

    Thanks in advance,

    Xavier

    Thread Starter ksawery

    (@ksawery)

    Dear Hyyan (your first name?)

    A few more questions:

    [1] So that means that if someone orders with the french ‘tag’, he will get the email “Thank you for your order” in french?

    [2] Will we have the possibility to translate each version of the email, or is that automatic?

    [3] You said ‘will’, do you know how much time before the plugin can do it?

    Let me know if an earlier donation can help to priotise up that feature of the plugin.

    Thanks for your fast answer!

    cheers,

Viewing 2 replies - 1 through 2 (of 2 total)