WordPress Membership Plugin
By the way… here’s a link from Stripe about this subject, in case it’s useful:
Hi Mbrsolution,
I have tried Kotoko’s code because I want my Stripe Checkout to be in Spanish, and I have noticed that it only translates partially.
Kotoko’s code has worked, but, since your line
«««««« $output .= “data-description='{$description}'”; »»»»»»
has been replaced by:
«««««« data-description='{$payment_amount} {$payment_currency}’ »»»»»»
the result is that I get, for instance, “19 EUR”, instead of “19 EUR / month”
Your line, actually, gives me “19 EUR / month”.
But the problem is that “month” is a word in English for the invoice frequency of this particular suscription. I need that word to be in Spanish!
I haved tried to translate that word, “month” with Loco Translate, but it’s not possible.
So, my questions are:
– Is this Stripe’s fault and we can’t do anything about it?
– Or is this something you could fix?
Thanks in advance, and congratulations for a great plugin.
Marta.