8000 minor #50620 [Translation][Validator] Fix xlf files for en & fr trans… · symfony/symfony@124311a · GitHub
[go: up one dir, main page]

Skip to content

Commit 124311a

Browse files
minor #50620 [Translation][Validator] Fix xlf files for en & fr translations. (Adrien Roches)
This PR was merged into the 5.4 branch. Discussion ---------- [Translation][Validator] Fix xlf files for en & fr translations. | Q | A | ------------- | --- | Branch? | 5.4 <!-- see below --> | Bug fix? | yes | New feature? |no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? |no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #50618 | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Fixes bug introduced in https://github.com/symfony/symfony/pull/50590/files Commits ------- 484efb3 [Validator][Translator] Fix xlf files for en & fr translations. Bug introduced by #50590
2 parents dd2f880 + 484efb3 commit 124311a

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 restriction-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