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 translates the error message if I add it manually to the translation file, but the command php app/console translation:extract doesn't detect it, so it always removes it from my translation file.
It would be nice if this kind of constraint message could be detected by the extractor.
Edit
Precised the exact versions
The text was updated successfully, but these errors were encountered:
Yes, it is supposed to populate that entity. Im not sure if version 1.2.0 did though... Do you have the same issue with the latest version of the bundle?
You could get around the problem by using the --keep parameter.
I'm using a simple FormType that isn't supposed to populate an entity, I just want the user to answer a simple Yes/No question.
Symfony translates the error message if I add it manually to the translation file, but the command
php app/console translation:extract
doesn't detect it, so it always removes it from my translation file.It would be nice if this kind of constraint message could be detected by the extractor.
Edit
Precised the exact versions
The text was updated successfully, but these errors were encountered: