Skip to content

Commit f44b945

Browse files
minor symfony#54567 [validator] validated Dutch translation (CarolienBEER)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [validator] validated Dutch translation | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix symfony#54553 | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- df8f0cf [validator] validated Dutch translation
2 parents 886af6f + df8f0cf commit f44b945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.nl.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 does not contain a TLD.</source>
443-
<target state="needs-review-translation">Deze URL bevat geen top-level domein (TLD).</target>
443+
<target>Deze URL bevat geen topleveldomein (TLD).</target>
444444
</trans-unit>
445445
</body>
446446
</file>

0 commit comments

Comments
 (0)