Skip to content

Commit 4f25914

Browse files
committed
minor symfony#14099 [Validator] Added missing Hungarian translation (1ed)
This PR was merged into the 2.3 branch. Discussion ---------- [Validator] Added missing Hungarian translation | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 933a449 [Validator] Added missing Hungarian translation
2 parents 32dc1cd + 933a449 commit 4f25914

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
@@ -278,6 +278,10 @@
278278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279279
<target>Ez az érték ne legyen ugyanolyan mint {{ compared_value_type }} {{ compared_value }}.</target>
280280
</trans-unit>
281+
<trans-unit id="80">
282+
<source>This value does not match the expected {{ charset }} charset.</source>
283+
<target>Ez az érték nem az elvárt {{ charset }} karakterkódolást használja.</target>
284+
</trans-unit>
281285
</body>
282286
</file>
283287
</xliff>

0 commit comments

Comments
 (0)