Skip to content

Commit a4e126d

Browse files
committed
minor symfony#14765 [Validators] Correct translation key and content [nl] (amouhzi)
This PR was merged into the 2.3 branch. Discussion ---------- [Validators] Correct translation key and content [nl] The nl file is not up to date. Correct changed translation key. Commits ------- 5bc4085 [Validators] Correct translation key and content [nl]
2 parents fc39317 + 5bc4085 commit a4e126d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@
275275
<target>Deze waarde mag niet gelijk zijn aan {{ compared_value }}.</target>
276276
</trans-unit>
277277
<trans-unit id="72">
278-
<source>This value should not be identical to {{ compared_value }}.</source>
279-
<target>Deze waarde mag niet identiek zijn aan {{ compared_value }}.</target>
278+
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279+
<target>Deze waarde mag niet identiek zijn aan {{ compared_value_type }} {{ compared_value }}.</target>
280280
</trans-unit>
281281
<trans-unit id="80">
282282
<source>This value does not match the expected {{ charset }} charset.</source>

0 commit comments

Comments
 (0)