Merge pull request #2429 from pbarros78/patch-2

Long weekdays name to short weekdays name
This commit is contained in:
Aresn 2017-11-15 20:45:44 -06:00 committed by GitHub
commit 1cbdb617bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,13 +39,13 @@ const lang = {
year: 'Año', year: 'Año',
weekStartDay: '1', weekStartDay: '1',
weeks: { weeks: {
sun: 'Domingo', sun: 'Dom',
mon: 'Lunes', mon: 'Lun',
tue: 'Martes', tue: 'Mar',
wed: 'Miércoles', wed: 'Mié',
thu: 'Jueves', thu: 'Jue',
fri: 'Viernes', fri: 'Vie',
sat: 'Sábado' sat: 'Sáb'
}, },
months: { months: {
m1: 'Ene', m1: 'Ene',