Merge pull request #2429 from pbarros78/patch-2
Long weekdays name to short weekdays name
This commit is contained in:
commit
1cbdb617bf
1 changed files with 8 additions and 8 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue