From 484efb3ed89d6917d14988de71acccc5ef91da78 Mon Sep 17 00:00:00 2001 From: Adrien Roches Date: Fri, 9 Jun 2023 17:06:24 +0200 Subject: [PATCH] [Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590 --- .../Validator/Resources/translations/validators.en.xlf | 10 +++++----- .../Validator/Resources/translations/validators.fr.xlf | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf index e49d49d36c0aa..aaf6ada6fc089 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf @@ -408,23 +408,23 @@ The password strength is too low. Please use a stronger password. - The password strength is too low. Please use a stronger password. + The password strength is too low. Please use a stronger password. This value contains characters that are not allowed by the current restriction-level. - This value contains characters that are not allowed by the current restriction-level. + This value contains characters that are not allowed by the current restriction-level. Using invisible characters is not allowed. - Using invisible characters is not allowed. + Using invisible characters is not allowed. Mixing numbers from different scripts is not allowed. - Mixing numbers from different scripts is not allowed. + Mixing numbers from different scripts is not allowed. Using hidden overlay characters is not allowed. - Using hidden overlay characters is not allowed. + Using hidden overlay characters is not allowed. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf index 6a355deb555b8..a1186891f4ad2 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf @@ -412,19 +412,19 @@ This value contains characters that are not allowed by the current restriction-level. - Cette valeur contient des caractères qui ne sont pas autorisés par le niveau de restriction actuel. + Cette valeur contient des caractères qui ne sont pas autorisés par le niveau de restriction actuel. Using invisible characters is not allowed. - Utiliser des caractères invisibles n'est pas autorisé. + Utiliser des caractères invisibles n'est pas autorisé. Mixing numbers from different scripts is not allowed. - Mélanger des chiffres provenant de différents scripts n'est pas autorisé. + Mélanger des chiffres provenant de différents scripts n'est pas autorisé. Using hidden overlay characters is not allowed. - Utiliser des caractères de superposition cachés n'est pas autorisé. + Utiliser des caractères de superposition cachés n'est pas autorisé.