Skip to content

Commit 97ee45d

Browse files
minor symfony#59990 [Validator] fix translation in spanish (santysisi)
This PR was merged into the 6.4 branch. Discussion ---------- [Validator] fix translation in spanish | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Fix translation inconsistency Changed `valida` to `válida` to align with RAE guidelines. Commits ------- 073085c fix translation in spanish
2 parents 4981859 + 073085c commit 97ee45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</trans-unit>
5353
<trans-unit id="108">
5454
<source>Please enter a valid date.</source>
55-
<target>Por favor, ingrese una fecha valida.</target>
55+
<target>Por favor, ingrese una fecha válida.</target>
5656
</trans-unit>
5757
<trans-unit id="109">
5858
<source>Please select a valid file.</source>

0 commit comments

Comments
 (0)