-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Credit Card error messages are shown in english even if the site locale is in another language and translations exists #34
Comments
Hello @ofinsterbusch, Please note that our team is working on this issue. As soon as we have some valid information to share, we will let you know. Thank you, Kind regards. |
Hello @ofinsterbusch, Please note that the credit card components are created dynamically using mollie js library. This library is responsible for field validation and handling error messages as well. This means that our plugin can not add any translation for these messages. If you have any questions or concerns, please let us know. Kind regards. |
Hello @logeecom , Thanks for the answer. But this means that these messages can not be translated? or that they don't exists in the mollie js library? As far I as check in app.js:360 ` const cardHolder = mollie.createComponent('cardHolder');
That event.error should be the one that can be translated, maybe not in the sylius plugin side but on the mollie response, maybe adding the locale in the call or something similar. It's a bit weird that we don't get those messages translated in the most common languages at least. Don't you agree? |
Hello @ofinsterbusch, The following message Thank you, Kind regards. |
Hello @ofinsterbusch, Thank you for your patience, Please note that we require more time to provide you with information on whether this issue will be worked on. As soon as we have an update, we will let you know. Kind regards. |
Hello @DamjanLogeecom, Thanks for the update and please let me know if you need more information. From our side we are checking if we can do something in the meantime to add our on errors in that form as we wouldn't like to show english messages for other languages. Many thanks! |
Hi,
I saw another problem with translations, title is self descriptive, translations for other languages are not taken even if they exist in the flashes messages.
This is a DE locale for example:
Thank you for checking!
The text was updated successfully, but these errors were encountered: