We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ab250 commit 5bc4085Copy full SHA for 5bc4085
src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf
@@ -275,8 +275,8 @@
275
<target>Deze waarde mag niet gelijk zijn aan {{ compared_value }}.</target>
276
</trans-unit>
277
<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>
+ <source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
+ <target>Deze waarde mag niet identiek zijn aan {{ compared_value_type }} {{ compared_value }}.</target>
280
281
<trans-unit id="80">
282
<source>This value does not match the expected {{ charset }} charset.</source>
0 commit comments