Skip to content

Commit 370fe9c

Browse files
committed
minor symfony#32510 [Validator] Added the Spanish translation for the new Range validator (javiereguiluz)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead (closes symfony#32510). Discussion ---------- [Validator] Added the Spanish translation for the new Range validator | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | - | License | MIT | Doc PR | - Translation for symfony#32435. Commits ------- 41f51fd [Validator] Added the Spanish translation for the new Range validator
2 parents 29ecf22 + 41f51fd commit 370fe9c

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
@@ -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>Esta contraseña no se puede utilizar porque está incluida en un listado de contraseñas públicas obtenido gracias a fallos de seguridad de otros sitios y aplicaciones. Por favor utilice otra contraseña.</target>
364364
</trans-unit>
365+
<trans-unit id="94">
366+
<source>This value should be between {{ min }} and {{ max }}.</source>
367+
<target>Este valor debe ser entre {{ min }} y {{ max }}.</target>
368+
</trans-unit>
365369
</body>
366370
</file>
367371
</xliff>

0 commit comments

Comments
 (0)