2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-10 21:42:26 +03:00

Adding es language

This commit is contained in:
Asier Marqués
2017-05-27 13:39:25 +02:00
committed by GitHub
parent 96fe45e154
commit 97cea32ee2
+9
View File
@@ -16,5 +16,14 @@ export default {
'date': 'Select Date',
'dateRange': 'Select Date Range'
}
},
'es': {
'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ás anteriores', '30 das anteriores'],
'placeholder': {
'date': 'Seleccionar fecha',
'dateRange': 'Seleccionar un rango de fechas'
}
}
}