You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony version(s) affected: 4.1.1 (and likely all previous versions)
Description
Message of Uuid constraint is missing translations in all languages
How to reproduce
Just try to validate an Uuid with locale enabled.
Expected result: a translated error message.
Actual result: "This is not a valid UUID."
Possible Solution
We need to add such messages to all validators.XX.xlf in validator translations (I can provide a PR for Italian language only)
Additional context
None
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected: 4.1.1 (and likely all previous versions)
Description
Message of Uuid constraint is missing translations in all languages
How to reproduce
Just try to validate an Uuid with locale enabled.
Expected result: a translated error message.
Actual result: "This is not a valid UUID."
Possible Solution
We need to add such messages to all validators.XX.xlf in validator translations (I can provide a PR for Italian language only)
Additional context
None
The text was updated successfully, but these errors were encountered: