8000 minor #59383 [Validator] add translations for `Slug` constraint (xabbuh) · symfony/symfony@c4cc4d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4cc4d5

Browse files
minor #59383 [Validator] add translations for Slug constraint (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Validator] add translations for `Slug` constraint | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 766665b add translations for the Slug constraint
2 parents 9590658 + 766665b commit c4cc4d5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@
466466
<source>This value should not be after week "{{ max }}".</source>
467467
<target>Dieser Wert darf nicht nach der Woche "{{ max }}" sein.</target>
468468
</trans-unit>
469+
<trans-unit id="120">
470+
<source>This value is not a valid slug.</source>
471+
<target>Dieser Wert ist kein gültiger Slug.</target>
472+
</trans-unit>
469473
</body>
470474
</file>
471475
</xliff>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@
466466
<source>This value should not be after week "{{ max }}".</source>
467467
<target>This value should not be after week "{{ max }}".</target>
468468
</trans-unit>
469+
<trans-unit id="120">
470+
<source>This value is not a valid slug.</source>
471+
<target>This value is not a valid slug.</target>
472+
</trans-unit>
469473
</body>
470474
</file>
471475
</xliff>

0 commit comments

Comments
 (0)
0