Skip to content

Commit

Permalink
Merge pull request #702 from Vertamin/patch-1
Browse files Browse the repository at this point in the history
Update es-es.ts
  • Loading branch information
AJIXuMuK committed Oct 28, 2020
2 parents cba3679 + 26dd053 commit b35dc32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/loc/es-es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ define([], () => {
"DatePickerMonthLongDecember": "Diciembre",
"DatePickerMonthShortDecember": "Diciembre",
"DatePickerDayLongSunday": "Domingo",
"DatePickerDayShortSunday": "Sol",
"DatePickerDayShortSunday": "Dom",
"DatePickerDayLongMonday": "Lunes",
"DatePickerDayShortMonday": "Mi",
"DatePickerDayShortMonday": "Lun",
"DatePickerDayLongTuesday": "Martes",
"DatePickerDayShortTuesday": "Mar",
"DatePickerDayLongWednesday": "Miércoles",
Expand All @@ -191,7 +191,7 @@ define([], () => {
"DatePickerDayLongFriday": "Viernes",
"DatePickerDayShortFriday": "Vie",
"DatePickerDayLongSaturday": "Sábado",
"DatePickerDayShortSaturday": "Sentado",
"DatePickerDayShortSaturday": "Sáb",
"DatePickerGoToToday": "Hoy",
"DatePickerIsRequiredErrorMessage": "",
"DatePickerInvalidInputErrorMessage": "",
Expand Down Expand Up @@ -314,4 +314,4 @@ define([], () => {
"SelectedLabel": "Seleccionado",
"SelectIcon": "Seleccionar icono"
};
});
});

0 comments on commit b35dc32

Please sign in to comment.