Skip to content

Commit 04e1032

Browse files
committed
fix: the Spanish Language error (#361)
1 parent 98c454a commit 04e1032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/languages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
}
3737
},
3838
'es': {
39-
'days': ['Dom', 'Lun', 'mar', 'Mie', 'Jue', 'Vie', 'Sab'],
39+
'days': ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'],
4040
'months': ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'],
4141
'pickers': ['próximos 7 días', 'próximos 30 días', '7 días anteriores', '30 días anteriores'],
4242
'placeholder': {

0 commit comments

Comments
 (0)