Skip to content

Commit 34f5823

Browse files
committed
minor symfony#16608 Added translation for BIC validator (jaytaph)
This PR was merged into the 2.8 branch. Discussion ---------- Added translation for BIC validator | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- a591ba3 Added translation for BIC validator
2 parents b6857ba + a591ba3 commit 34f5823

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)