Hi,

I've already read the symfony documentation and searched a lot about
this subject, but I'm still unsure on the best way to do what I want.

I want to translate all the default symfony error messages of all
bundled validators from English to Portuguese, but I want to do it in
a single file and apply the changes to all validators, so I don't have
to translate the messages in each validator of each form.

The perfect solution would be a YAML, XLIFF, XML or Gettext file
(anyone would do) where I can do something like:

required => "required message in portuguese"
invalid => "invalid message in portuguese"
min_length => "min_length message in portuguese"
max_length => "max_length message in portuguese"
.... etc ...

How can I accomplish this?

Best Regards,
Tiago Nunes

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to