10000 [Validator][Translator] Fix xlf files for en & fr translations. Bug i… · symfony/symfony@484efb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 484efb3

Browse files
committed
[Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590
1 parent dd2f880 commit 484efb3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.en.xlf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,23 +408,23 @@
408408
</trans-unit>
409409
<trans-unit id="105">
410410
<source>The password strength is too low. Please use a stronger password.</source>
411-
<target>The password strength is too low. Please use a stronger password.</source>
411+
<target>The password strength is too low. Please use a stronger password.</target>
412412
</trans-unit>
413413
<trans-unit id="106">
414414
<source>This value contains characters that are not allowed by the current res 10000 triction-level.</source>
415-
<target>This value contains characters that are not allowed by the current restriction-level.</source>
415+
<target>This value contains characters that are not allowed by the current restriction-level.</target>
416416
</trans-unit>
417417
<trans-unit id="107">
418418
<source>Using invisible characters is not allowed.</source>
419-
<target>Using invisible characters is not allowed.</source>
419+
<target>Using invisible characters is not allowed.</target>
420420
</trans-unit>
421421
<trans-unit id="108">
422422
<source>Mixing numbers from different scripts is not allowed.</source>
423-
<target>Mixing numbers from different scripts is not allowed.</source>
423+
<target>Mixing numbers from different scripts is not allowed.</target>
424424
</trans-unit>
425425
<trans-unit id="109">
426426
<source>Using hidden overlay characters is not allowed.</source>
427-
<target>Using hidden overlay characters is not allowed.</source>
427+
<target>Using hidden overlay characters is not allowed.</target>
428428
</trans-unit>
429429
</body>
430430
</file>

src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,19 +412,19 @@
412412
</trans-unit>
413413
<trans-unit id="106">
414414
<source>This value contains characters that are not allowed by the current restriction-level.</source>
415-
<target>Cette valeur contient des caractères qui ne sont pas autorisés par le niveau de restriction actuel.</source>
415+
<target>Cette valeur contient des caractères qui ne sont pas autorisés par le niveau de restriction actuel.</target>
416416
</trans-unit>
417417
<trans-unit id="107">
418418
<source>Using invisible characters is not allowed.</source>
419-
<target>Utiliser des caractères invisibles n'est pas autorisé.</source>
419+
<target>Utiliser des caractères invisibles n'est pas autorisé.</target>
420420
</trans-unit>
421421
<trans-unit id="108">
422422
<source>Mixing numbers from different scripts is not allowed.</source>
423-
<target>Mélanger des chiffres provenant de différents scripts n'est pas autorisé.</source>
423+
<target>Mélanger des chiffres provenant de différents scripts n'est pas autorisé.</target>
424424
</trans-unit>
425425
<trans-unit id="109">
426426
<source>Using hidden overlay characters is not allowed.</source>
427-
<target>Utiliser des caractères de superposition cachés n'est pas autorisé.</source>
427+
<target>Utiliser des caractères de superposition cachés n'est pas autorisé.</target>
428428
</trans-unit>
429429
</body>
430430
</file>

0 commit comments

Comments
 (0)
0