Skip to content

Commit a591ba3

Browse files
committed
Added translation for BIC validator
1 parent b6857ba commit a591ba3

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
@@ -306,6 +306,10 @@
306306
<source>This value does not match the expected {{ charset }} charset.</source>
307307
<target>Deze waarde is niet in de verwachte tekencodering {{ charset }}.</target>
308308
</trans-unit>
309+
<trans-unit id="81">
310+
<source>This is not a valid Business Identifier Code (BIC).</source>
311+
<target>Dit is geen geldige bedrijfsidentificatiecode (BIC/SWIFT).</target>
312+
</trans-unit>
309313
</body>
310314
</file>
311315
</xliff>

0 commit comments

Comments
 (0)