Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Form] Improve invalid messages for form types#30931
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
HeahDude left a comment
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.
Some CS changes looks wrong. Otherwise looks good, thanks!
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
HeahDude left a comment
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.
Many thanks@hiddewie and@webmozart for finishing it!
Uh oh!
There was an error while loading.Please reload this page.
2d027fd tofa4228bComparewebmozart commentedApr 7, 2019
The build fails, but I'm unable to reproduce this locally :-\ Can anyone help me there? |
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedJul 8, 2019
@xabbuh Do you a plan to finish this PR? |
fabpot commentedDec 3, 2019
@xabbuh Friendly ping :) |
d693fe8 to200008fCompare200008f tod2f0e4fComparesrc/Symfony/Component/Form/Resources/translations/validators.en.xlf OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/Resources/translations/validators.en.xlf OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Form/Resources/translations/validators.en.xlf OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
ogizanagi commentedJul 9, 2020
Thank you@xabbuh for taking care of this 👍 |
bfed611 to0137ee1Compare0137ee1 to8728927Comparexabbuh commentedJul 10, 2020
Thank you Bernhard. |
xabbuh commentedJul 10, 2020
And thank you@hiddewie for doing the initial work! |
This PR was squashed before being merged into the 5.x branch.Discussion----------[Form] Add missing invalid_message translations| Q | A| ------------- | ---| Branch? | 5.x| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -Some invalid messages were missed in#30931 (probably because of the old age of that PR). This PR adds all missing translation keys and a missing invalid message for the new WeekType.I've also added the dutch translations (might be up for improvement, but it's a start). We should probably initiate another community initiative to translate these new messages (only a couple languages include the new invalid messages yet).Commits-------86c78b6 Added dutch translations for new invalid messages301f0aa Added missing invalid messages
This merge request is a continuation of#27142.
Changes done here: