-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Add missing translations in Magento_UI #11440
Conversation
@JeroenVanLeusden thanks for this pull request. I am currently unable to confirm that this patch does indeed fix the issue. Couple of questions:
|
I have now tested in production mode which successfully translated |
@fooman Even in production the mode the string isn't translated. Could it be your dummy translations you've added earlier in the process? I did the following steps to reproduce the issue:
I added them to |
@JeroenVanLeusden can you try the following on your end:
After the above I get the below I do believe there is still some oddity somewhere (possibly in the quick deploy strategy) as just running |
@fooman Following your steps resulted in a translated string. Running I decided to add them to |
Thanks @JeroenVanLeusden for confirming. So this narrows it down to there being an issue with either the output of collect-phrases not being correct or For now your suggested approach seems a reasonable workaround considering that this seems to have already been done in the past. I'll proceed with merging this one - however can you please take a look at line 203. |
app/code/Magento/Ui/i18n/en_US.csv
Outdated
"Please enter no more than {0} characters.","Please enter no more than {0} characters." | ||
"Please enter at least {0} characters.","Please enter at least {0} characters." | ||
"Please enter a value between {0} and {1} characters long.","Please enter a value between {0} and {1} characters long." | ||
Please enter a value between {0} and {1}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Please enter a value between {0} and {1}." Misses second part and quotes
7138519
to
0e301a3
Compare
@fooman Thanks for the update. I also corrected line 203. |
[EngCom] Public Pull Requests - 2.2-develop - MAGETWO-82724 Allow coupon code with special charater to be applied to order in checkout #11710 - MAGETWO-82675 Add a health check to the NGINX configuration sample #11690 - MAGETWO-82562 Coupon codes not showing in invoice #11635 - MAGETWO-82535 Fixed ability to set field config from layout xml #11302 [backport 2.2] #11643 - MAGETWO-81146 Fixing #10275 keyboard submit of adminhtml suggest form. #11250 - MAGETWO-82761 [Backport 2.2-develop] Dashboard Fix Y Axis for range #11751 - MAGETWO-82748 Fix Notice: freePackageValue is undefined #11720 - MAGETWO-82747 [TASK] Updated user.ini according to Magento DevDocs #11734 - MAGETWO-82537 MAGETWO-81311: Check the length of the array before attempting to sli… #11637 - MAGETWO-81970 Add missing translations in Magento_UI #11440 - MAGETWO-81904 FIX #11022 in 2.2-develop: Filter Groups of search criteria parameter have not been included for further processing #11421 - MAGETWO-82179 Fix Filter Customer Report Review 2.2-develop [Backport] #11522
Description
Add missing translations in UI module taken from
mage/validation.js
file.Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist