You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #53437 [Validator] added missing Spanish translations (thunderer)
This PR was merged into the 5.4 branch.
Discussion
----------
[Validator] added missing Spanish translations
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | Fix#53304
| License | MIT
Added missing translations with help from a professional translator.
Commits
-------
cdbfdff [Validator] added missing Spanish translations
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.es.xlf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -432,11 +432,11 @@
432
432
</trans-unit>
433
433
<trans-unitid="111">
434
434
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
435
-
<targetstate="needs-review-translation">La codificación de caracteres detectada no es válida ({{ detected }}). Las codificaciones permitidas son {{ encodings }}.</target>
435
+
<target>La codificación de los caracteres detectada es inválida ({{ detected }}). Las codificaciones permitidas son {{ encodings }}.</target>
436
436
</trans-unit>
437
437
<trans-unitid="112">
438
438
<source>This is not a valid MAC address.</source>
439
-
<targetstate="needs-review-translation">Esta no es una dirección MAC válida.</target>
439
+
<target>Esta no es una dirección MAC válida.</target>
0 commit comments