Skip to content

Commit 29ecf22

Browse files
JoppeDCfabpot
authored andcommitted
Added Nl translations
Added NL translations for the validator when both `min` and `max` are set.
1 parent ee5e5de commit 29ecf22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,10 @@
362362
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363363
<target>Dit wachtwoord is gelekt vanwege een data-inbreuk, het moet niet worden gebruikt. Kies een ander wachtwoord.</target>
364364
</trans-unit>
365+
<trans-unit id="94">
366+
<source>This value should be between {{ min }} and {{ max }}.</source>
367+
<target>Deze waarde moet zich tussen {{ min }} en {{ max }} bevinden.</target>
368+
</trans-unit>
365369
</body>
366370
</file>
367371
</xliff>

0 commit comments

Comments
 (0)