Open loicdev opened 8 years ago
Finally i find the solution: insteant create validator like :
$validator = Validation::createValidator();
I use this method
$builder = new ValidatorBuilder();
$validator = $builder
->setTranslator($translator)
->setTranslationDomain('validators')
->getValidator();
great! thank you!
Hey , First thanks for yout work to use Form Component alone. I have a problem when i try to translate the constraint messages in french. I just replace it like :
But it doest not work ..