8000 minor #10050 Fixed validators.nl.xlf (markdehaan) · symfony/symfony@6b8f470 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 6b8f470

Browse files
committed
minor #10050 Fixed validators.nl.xlf (markdehaan)
This PR was merged into the 2.3 branch. Discussion ---------- Fixed validators.nl.xlf Source of trans-unit id 72 was incorrect. Made two minor grammar updates. Commits ------- 6c05b1d Fixed validators.nl.xlf
2 parents 0874114 + 6c05b1d commit 6b8f470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@
272272
</trans-unit>
273273
<trans-unit id="71">
274274
<source>This value should not be equal to {{ compared_value }}.</source>
275-
<target>Deze waarde moet niet gelijk zijn aan {{ compared_value }}.</target>
275+
<target>Deze waarde mag niet gelijk zijn aan {{ compared_value }}.</target>
276276
</trans-unit>
277277
<trans-unit id="72">
278-
<source>This valuemahould not be identical to {{ compared_value }}.</source>
279-
<target>Deze waarde moet niet identiek zijn aan {{ compared_value }}.</target>
278+
<source>This value should not be identical to {{ compared_value }}.</source>
279+
<target>Deze waarde mag niet identiek zijn aan {{ compared_value }}.</target>
280280
</trans-unit>
281281
</body>
282282
</file>

0 commit comments

Comments
 (0)
0