showonne / vue-date

A datepicker component for Vue.js
https://showonne.github.io/vue-date/
MIT License
156 stars 65 forks source link

Language ES #26

Open jcamilorm902 opened 6 years ago

jcamilorm902 commented 6 years ago

Language 'es' is not well supported:

image

Days: {0: Domingo, 1: Lunes, 2: Martes, 3: Miércoles, 4: Jueves, 5: Viernes, 6: Sábado} You can change 'é' 'á' chars for 'e' and 'a' respectively

Months: {1: Enero, 2: Febrero, 3: Marzo, 4: Abril, 5: Mayo, 6: Junio, 7: Julio, 8: Agosto, 9: Septiembre, 10: Octubre, 11: Noviembre, 12: Diciembre}

showonne commented 6 years ago

@jcamilorm902 Can you make a PR ?

jcamilorm902 commented 6 years ago

@showonne How can I do it?, I saw your demo page and ES is now present correctly.