8000 minor #53342 [Validator] add translations for the MacAddress constrai… · symfony/symfony@8d3373a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d3373a

Browse files
minor #53342 [Validator] add translations for the MacAddress constraint (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] add translations for the MacAddress constraint | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 835d499 add translations for the MacAddress constraint
2 parents d1126fd + 835d499 commit 8d3373a

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
@@ -434,6 +434,10 @@
434434
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
435435
<target>Der erkannte Zeichensatz ist nicht gültig ({{ detected }}). Gültige Zeichensätze sind {{ encodings }}.</target>
436436
</trans-unit>
437+
<trans-unit id="112">
438+
<source>This is not a valid MAC address.</source>
439+
<target>Dies ist keine gültige MAC-Adresse.</target>
440+
</trans-unit>
437441
</body>
438442
</file>
439443
</xliff>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,10 @@
434434
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
435435
<target>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</target>
436436
</trans-unit>
437+
<trans-unit id="112">
438+
<source>This is not a valid MAC address.</source>
439+
<target>This is not a valid MAC address.</target>
440+
</trans-unit>
437441
</body>
438442
</file>
439443
</xliff>

0 commit comments

Comments
 (0)
0