Skip to content

Commit 3d2d1d2

Browse files
committed
add translations for the requireTld constraint option message
1 parent 32e57aa commit 3d2d1d2

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
@@ -438,6 +438,10 @@
438438
<source>This value is not a valid MAC address.</source>
439439
<target>Dieser Wert ist keine gültige MAC-Adresse.</target>
440440
</trans-unit>
441+
<trans-unit id="113">
442+
<source>This URL does not contain a TLD.</source>
443+
<target>Diese URL enthält keine TLD.</target>
444+
</trans-unit>
441445
</body>
442446
</file>
443447
</xliff>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,10 @@
438438
<source>This value is not a valid MAC address.</source>
439439
<target>This value is not a valid MAC address.</target>
440440
</trans-unit>
441+
<trans-unit id="113">
442+
<source>This URL does not contain a TLD.</source>
443+
<target>This URL does not contain a TLD.</target>
444+
</trans-unit>
441445
</body>
442446
</file>
443447
</xliff>

0 commit comments

Comments
 (0)