Skip to content

Commit b75a8be

Browse files
committed
minor symfony#32520 [Validator] Update Spanish translation for Range validator (plozmun)
This PR was merged into the 3.4 branch. Discussion ---------- [Validator] Update Spanish translation for Range validator | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | Part of symfony#31503 | License | MIT | Doc PR | - Commits ------- b5a9640 Update validators.es.xlf
2 parents 8e9c7a6 + b5a9640 commit b75a8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
</trans-unit>
365365
<trans-unit id="94">
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367-
<target>Este valor debe ser entre {{ min }} y {{ max }}.</target>
367+
<target>Este valor debe estar entre {{ min }} y {{ max }}.</target>
368368
</trans-unit>
369369
</body>
370370
</file>

0 commit comments

Comments
 (0)