-
Notifications
You must be signed in to change notification settings - Fork 9.4k
js validation messages translation not working in customer account #5820
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
Comments
Having the same problem in 2.1.1. |
1 similar comment
Having the same problem in 2.1.1. |
Having the same problem in 2.1.1. |
Having the same problem in 2.1.2. |
Also see #7363 Seems to be a timing problem with the init code in translation.phtml. |
I'm having the same problem on 2.1.2 |
Issue still persist. |
The problem seems to be that the original string in lib/web/mage/validation.js and vendor/magento/module-ui/view/base/web/js/lib/validation/rules.js is divided into two parts. https://github.com/magento/magento2/blob/2.1/lib/web/mage/validation.js#L549 This way, the translation cannot be found during the static content deploy and the translation is not added to the js-translation.json file The Problem is already solved in the develop branch: https://github.com/magento/magento2/blob/develop/lib/web/mage/validation.js#L549 |
See #5509
|
I have this problem in Magento 2.1.5. Problem persists !!!! |
Still persists in 2.1.7 |
Hi, @bjoern-quast . Thanks for reporting this issue. An internal ticked MAGETWO-55900 was created based on Your issue. You'll be informed as the issue is fixed. |
Internal ticket to track issue progress: MAGETWO-71380 |
|
Internal ticket to track issue progress: MAGETWO-72250 |
@bjoern-quast, thank you for your report. |
Hi @bjoern-quast the issue already fixed in 2.1.10 and will be available soon. |
Now it is May 2020 and version 2.3.4 still have the same exact issue! "Minimum length of this field must be equal or greater than 8 symbols. Leading and trailing spaces will be ignored." cannot be translated. Neither other similar messages... Is it normal to have issues like this dating from 4 years ago and still not resolved? |
Issue persistent with Magento 2.3.0 as well |
Preconditions
Steps to reproduce
Expected result
Actual result
Also true for many other validation messages in the customer account, as well as the register new customer page.
The text was updated successfully, but these errors were encountered: