I am trying to translate the form_errors in a Symfony2 generated Forms, but I do not know how to do it. I have tried it to do iqual to the other texts in the application, putting a generic label with the transations in my message.locale.yml, but it does not work.
Also I have searched info to overwrite or “theming” the form_errors label, but in the Symfony2 definitions this field is not defined.
Does anyone know how to translate error message of form in Symfony2?
You should translate validator messages because those messages comes from there. E.g. see this or this.