Skip to content

Commit ba51e40

Browse files
minor symfony#53358 [Validator] Added missing Hungarian translation (thunderer)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Added missing Hungarian translation | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Added missing Hungarian translation with help from a native speaker. Commits ------- 95c2f9b [Validator] added missing Hungarian translation
2 parents bf62cbe + 95c2f9b commit ba51e40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.hu.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>Az érzékelt karakterkódolás érvénytelen ({{ detected }}). Engedélyezett karakterkódolások: {{ encodings }}.</target>
436436
</trans-unit>
437+
<trans-unit id="112">
438+
<source>This is not a valid MAC address.</source>
439+
<target>Ez egy érvénytelen MAC cím.</target>
440+
</trans-unit>
437441
</body>
438442
</file>
439443
</xliff>

0 commit comments

Comments
 (0)