Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter oxyhydrogen1987

    (@oxyhydrogen1987)

    i only can Translate it is with This here…but its not soo cool

    add_filter(‘gettext’, ‘translate_reply’);
    add_filter(‘ngettext’, ‘translate_reply’);

    function translate_reply($translated) {
    $translated = str_ireplace(‘Proceed to checkout’, ‘Zur Kasse gehen’, $translated);
    return $translated;
    }

    And one other Question too, at my Product Page it says: In stock (x available) how i can Translate this i dont finde any option for this

    Okay and my Problem with the Gallery is it dosent work at all.
    I Create a New product add some text add an Thumbnail all this works, but wehn i want to add more Pictures of the product and Upload some in the Gallery as soon i press Save
    the picrures are gone and its says “For this product, gallery has not been created yet”

    Thread Starter oxyhydrogen1987

    (@oxyhydrogen1987)

    Okay i try it with an capital “C” and small “c”

    # @ jigoshop
    #: ../shortcodes/cart.php:186 ../shortcodes/cart.php:210
    msgid “Proceed to checkout →”
    msgstr “Zur Kasse gehen →”

    I edit the .mo and .po File, but its still in English =)

    Thread Starter oxyhydrogen1987

    (@oxyhydrogen1987)

    With the gallery – do you mean the gallery in Jigoshop’s Core, or an external plugin?

    Its the Jigoshop’s Core

    Okay here is an Exampel: On the Homepage it´s Proceed to Checkout → (&rarr ; )
    In Po Edit its: Proceed to Checkout → (&rarr ; )
    In German its: Zur Kasse gehen →(&rarr ; )

    But its still in English

    oxyhydrogen1987

    (@oxyhydrogen1987)

    I have the same Problem, i also so try to edit the .po file and in my .po its all German ….(with Poedit) also try it with Loco Translate and some more stuff…but there are some words/buttons that are still in english like the Proceed to Checkout button or the return to shop button…and some more. Any Advise for me ?

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