Skip to content

Commit

Permalink
Merge pull request iview#2429 from pbarros78/patch-2
Browse files Browse the repository at this point in the history
Long weekdays name to short weekdays name
  • Loading branch information
icarusion committed Nov 16, 2017
2 parents 82636f7 + 4543502 commit 1cbdb61
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/locale/lang/es-ES.js
Expand Up @@ -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',
Expand Down Expand Up @@ -102,4 +102,4 @@ const lang = {

setLang(lang);

export default lang;
export default lang;

0 comments on commit 1cbdb61

Please sign in to comment.