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',
|
||||
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',
|
||||
|
@ -102,4 +102,4 @@ const lang = {
|
|||
|
||||
setLang(lang);
|
||||
|
||||
export default lang;
|
||||
export default lang;
|
||||
|
|
Loading…
Add table
Reference in a new issue