8000 add translations for the Slug constraint · symfony/symfony@766665b · GitHub
[go: up one dir, main page]

Skip to content

Commit 766665b

Browse files
committed
add translations for the Slug constraint
1 parent 9590658 commit 766665b

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