Skip to content

Commit 93bb85e

Browse files
committed
minor symfony#54503 [Validator] add translations for the requireTld constraint option message (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] add translations for the requireTld constraint option message | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 3d2d1d2 add translations for the requireTld constraint option message
2 parents 07b279c + 3d2d1d2 commit 93bb85e

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)