• Resolved mrguen

    (@mrguen)


    Hello,

    I tried to have the “Stripe for Woocommerce” plugin that adds the payment by credit card on the checkout page translated into French (that is all the client-side validation message – I don’t know anything yet about the server side messages language support).

    The developers of this plugin consider the sentences to translate should be supported by the translation plugin. There are a bunch of them. But they don’t appear in the Polylang String translation page. I suppose there is a lack of support in the solution Woocommerce / Hyann Woocoomerce Polylang Integration / Polylang. What can I do?

    Here is the topic on their support forum https://www.ads-software.com/support/topic/translation-into-french-using-polylang/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jomo

    (@jonathanmoorebcsorg)

    this plugin by definition only supports the woocommerce plugin itself – it’s as much or possibly more than occasional community volunteers can support.
    Other plugins including woocommerce extensions would need their own polylang layer.
    You can add this for Stripe quite easily using the Polylang api ie:

    //register string for translation
    pll_register_string($name, $string, $group, $multiline);
    //return the text or translation
    pll__($variable)
    //echo the text or translation
    pll_e($variable)

    but out of scope of this plugin, add your own mini plugin for it.

    Thread Starter mrguen

    (@mrguen)

    Thanks for the explanation.

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