-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Correct password length message grammar #1456
Conversation
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.
This would break all language packs. I'd just change the translation csv.
6d2b0c4
to
5358cc5
Compare
Thanks @sreichel this has been updated |
As I see this was merged but I suggest changing the PHP code where it is used this phrase
to this
|
@addison74 that was the original change in this PR and "the correct fix" but it would break all of the translations/language packs that already exist and rely on that string. So it's a backward incompatible change that doesn't fit the requirements of (at least) the 1.9.4.x release stream. |
Checking Magento code for the phrase "Password must be at least of %d characters." I found only two files:
I understood the change is for a better English and not breaking up other translations but it should be operated in both files to keep consistency. I never saw in a translation different values like this one:
Those who are using translations for Backend should update their translations file. Just switching from Magento vanilla I had to add a lot of translations in different languages. |
You had to update your german translation for a change that did not even affect you. Does that make sense? |
@sreichel: OpenMage ships with one translation US English. If we do a change in the code it should be in all places. I understood your point of view for compatibility with other languages already in use but I do not agree it. |
Then, there is no need for en_US translations at all? |
@addison74 you have to see the texts inside the template just as "Keys", not actual texts. To use actual understandable texts is just a decision with certain up- and down- sides. One of them is to easier understand templates. |
Thank you for your replies. I will respect my opinion related to this commit. You know better what to do. |
Description (*)
This message has bad grammar, it's only in Adminhtml. Not a big issue but it's an easy fix.
Manual testing scenarios (*)
Questions or comments
This will break existing translations - if this is a concern I can revert and change just theThis PR updates theen_US
translation replacement if that's preferred?en_US
translation only.Contribution checklist (*)