Added translations for validator strings.

This commit is contained in:
Jan Böhmer 2019-09-04 23:56:18 +02:00
parent b62b0918d7
commit 940b834057
6 changed files with 245 additions and 0 deletions

View file

@ -37,6 +37,7 @@ use Symfony\Bundle\MakerBundle\Str;
use Symfony\Component\Form\Exception\UnexpectedTypeException;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\ConstraintValidator;
use Symfony\Component\Validator\Context\ExecutionContextInterface;
use Symfony\Component\Validator\Exception\UnexpectedValueException;
/**