Skip to content

Commit 77a800a

Browse files
minor symfony#54623 [Validator] Missing translations for Hungarian (hu) (connorhu)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Missing translations for Hungarian (hu) | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix symfony#54556 | License | MIT Translation of TLD changed based on relevant wikipedia page: https://hu.wikipedia.org/wiki/Legfels%C5%91_szint%C5%B1_tartom%C3%A1ny If the Wikipedia article authors accept it as a valid translation of top-level domain, I'm fine with it. Commits ------- 2e82e6c review and fix hungarian validation message
2 parents 8b2c865 + 2e82e6c commit 77a800a

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
@@ -440,7 +440,7 @@
440440
</trans-unit>
441441
<trans-unit id="113">
442442
<source>This URL is missing a top-level domain.</source>
443-
<target state="needs-review-translation">Ennek az URL-nek hiányzik a legfelső szintű domain.</target>
443+
<target>Az URL-ből hiányzik a legfelső szintű tartomány (top-level domain).</target>
444444
</trans-unit>
445445
</body>
446446
</file>

0 commit comments

Comments
 (0)