Skip to content

Commit bcbf929

Browse files
committed
minor symfony#14098 [Validator] Fixed grammar in Hungarian translation (1ed)
This PR was merged into the 2.3 branch. Discussion ---------- [Validator] Fixed grammar in Hungarian translation | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Corrected translation coming from symfony#11778 Commits ------- 5f133b3 [Validator] Fixed grammar in Hungarian translation
2 parents 480c0e5 + 5f133b3 commit bcbf929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>This field was not expected.</source>
39-
<target>Ez a mező nem számítottak.</target>
39+
<target>Nem várt mező.</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>This field is missing.</source>

0 commit comments

Comments
 (0)