• Resolved chelder86

    (@gmh2000)


    Hello! It seems each payment gateway translate the payment button differently.

    In the case of this paypal one, it seems it is only in English. Or is there a way to change that text quickly?

    Thanks in advance for your help!

    Carlos

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am looking for the same thing. I checked in the language file of Woocommerce (PO file) and I cannot find this text (“continue to payment”) to translate it. I suppose we have to translate the PO file of the Paypal plugin running with Woocommerce. I’ll have to check to know if it is the solution, but it gives you some ideas ??

    • This reply was modified 7 years, 11 months ago by Nick.
    Thread Starter chelder86

    (@gmh2000)

    Thanks for sharing Nick!

    Thread Starter chelder86

    (@gmh2000)

    Did you find something? ??

    Hello Carlos,

    Yes, you just have to translate the PO (+ MO) files. For standard Paypay, it is in the core Woocommerce translation. For Paypal Express, you have to translate the PO file of the Paypal Express plugin, and the same for the Stripe plugin: also the PO file of the plugin.

    For translation, I highly suggest you to use the POEdit software (https://poedit.net) and you can get the file to edit from the “language” folders into every plugins on your site (on your host). After translation, be sure to store you new translation files in the following folders of your site to avoid them being erased when you’ll update your plugins:

    https://www.site.com/wp-content/languages/plugins = This is for both the PO+MO translation files of Paypal Express and Stripe
    And
    https://www.site.com/wp-content/languages/woocommerce (create a new folder “woocommerce” and put your PO and MO file inside).

    Also be sure to correctly name your PO and MO files in order for WordPress to recognize them. As I use French, here are the examples of the name of my files:
    woocommerce-fr_FR.po + woocommerce-fr_FR.mo = for Woocommerce core translation

    For plugins:
    woocommerce-gateway-paypal-express-checkout-fr_FR.po + woocommerce-gateway-paypal-express-checkout-fr_FR.mo
    woocommerce-gateway-stripe-fr_FR.po
    woocommerce-gateway-stripe-fr_FR.mo

    Hope it helps!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Translation of the CONTINUE TO PAYMENT button’ is closed to new replies.