From a9021861f623ab8497e7bb1a8232202053bbd26e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 24 Feb 2020 18:11:18 +0100 Subject: [PATCH] [Validator] Add missing translations --- .../Validator/Resources/translations/validators.en.xlf | 4 ++++ .../Validator/Resources/translations/validators.fr.xlf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf index 635e6736f6..8f8d2d0a0f 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf @@ -370,6 +370,10 @@ This value is not a valid hostname. This value is not a valid hostname. + + The number of elements in this collection should be a multiple of {{ compared_value }}. + The number of elements in this collection should be a multiple of {{ compared_value }}. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf index 4a7ab3538c..e54be35c15 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf @@ -370,6 +370,10 @@ This value is not a valid hostname. Cette valeur n'est pas un nom d'hôte valide. + + The number of elements in this collection should be a multiple of {{ compared_value }}. + Le nombre d'éléments de cette collection doit être un multiple de {{ compared_value }}. +