take a look at the Validator Manager http://trac.symfony-project.com/trac/browser/trunk/lib/validator/sfValidatorManager.class.php and to the Config Handler for the validotor file http://trac.symfony-project.com/trac/browser/trunk/lib/config/sfValidatorConfigHandler.class.php
i didn't look for tickes for this but if is not implemeted you coudl start looking around thouse files, the first is responsable to calling the validator, and the second generate the code that registre the validators acording to the validator.yml (i think). Also take a look to the cached file generated. On 6/19/07, virtualize <[EMAIL PROTECTED]> wrote: > > hi group, > > sorry for posting this here again, but i did not get any response at > hte forum. > > i have a xliff xml dictionary for my application containing all the > strings, this works great so far for all my languages in all templates > and actions, except for the strings from the validation yml files. > they just dont get replaced. > any hint would be greatly appreciated. > > thanks in advance > christoph > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
