Skip to content

Commit 02e3250

Browse files
authored
Fix for spanish translation of may (in spanish 'Mayo').
Fix for spanish translation of may (in spanish 'Mayo').
1 parent e645128 commit 02e3250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loc/es-es.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ define([], () => {
176176
"DatePickerMonthShortMarch": "Marzo",
177177
"DatePickerMonthLongApril": "Abril",
178178
"DatePickerMonthShortApril": "Abril",
179-
"DatePickerMonthLongMay": "Puede",
180-
"DatePickerMonthShortMay": "Puede",
179+
"DatePickerMonthLongMay": "Mayo",
180+
"DatePickerMonthShortMay": "Mayo",
181181
"DatePickerMonthLongJune": "Junio",
182182
"DatePickerMonthShortJune": "Junio",
183183
"DatePickerMonthLongJuly": "Julio",

0 commit comments

Comments
 (0)