Skip to content

Commit 02c31ad

Browse files
committed
minor symfony#16610 Add Spanish translation for BIC validator (ajgarlag)
This PR was merged into the 2.8 branch. Discussion ---------- Add Spanish 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 ------- 357dea1 Add Spanish translation for BIC validator
2 parents 34f5823 + 357dea1 commit 02c31ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@
310310
<source>This value does not match the expected {{ charset }} charset.</source>
311311
<target>La codificación de caracteres para este valor debería ser {{ charset }}.</target>
312312
</trans-unit>
313+
<trans-unit id="81">
314+
<source>This is not a valid Business Identifier Code (BIC).</source>
315+
<target>No es un Código de Identificación Bancaria (BIC) válido.</target>
316+
</trans-unit>
313317
</body>
314318
</file>
315319
</xliff>

0 commit comments

Comments
 (0)