Skip to content

Commit 4041749

Browse files
authored
Fix Spanish accent mark
According RAE (Real Ademia Española), when term "Sí" (Yes!) express an affirmation, must include tilde See http://dle.rae.es/?id=XmOP8Ia|XmQKxT2 (Second meaning)
1 parent 4dda14f commit 4041749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/sprinkles/core/locale/es_ES/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"REMOVE" => "Remover",
106106
"UNACTIVATED" => "Desactivado",
107107
"UPDATE" => "Actualizar",
108-
"YES" => "Si",
108+
"YES" => "",
109109
"NO" => "No",
110110
"OPTIONAL" => "Opcional",
111111

0 commit comments

Comments
 (0)