2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-05 07:12:26 +03:00

fix: the Spanish Language error (#361)

This commit is contained in:
mengxiong10
2019-10-22 09:34:43 +08:00
parent 98c454ab0f
commit 04e10328ea
+1 -1
View File
@@ -36,7 +36,7 @@ export default {
}
},
'es': {
'days': ['Dom', 'Lun', 'mar', 'Mie', 'Jue', 'Vie', 'Sab'],
'days': ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'],
'months': ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'],
'pickers': ['próximos 7 días', 'próximos 30 días', '7 días anteriores', '30 días anteriores'],
'placeholder': {