Long weekdays name to short weekdays name

Change of name of long weekdays to short weekdays name, for use in datepicker
This commit is contained in:
Patricio Barros 2017-11-15 11:26:50 -03:00 committed by GitHub
parent d291e8152b
commit 4543502316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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