Skip to content

Commit

Permalink
Add missing translations for es-MX
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Dec 4, 2024
1 parent b6ac426 commit 91494a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"prevMonthButtonLabel": "Previous month",
"nextMonthButtonLabel": "Next month"
"prevMonthButtonLabel": "Mes anterior",
"nextMonthButtonLabel": "Mes siguiente"
}
14 changes: 7 additions & 7 deletions packages/circuit-ui/components/DateInput/translations/es-MX.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"yearInputLabel": "Year",
"monthInputLabel": "Month",
"dayInputLabel": "Day",
"openCalendarButtonLabel": "Change date",
"closeCalendarButtonLabel": "Close calendar",
"applyDateButtonLabel": "Apply date",
"clearDateButtonLabel": "Clear date"
"yearInputLabel": "Año",
"monthInputLabel": "Mes",
"dayInputLabel": "Día",
"openCalendarButtonLabel": "Cambiar fecha",
"closeCalendarButtonLabel": "Cerrar calendario",
"applyDateButtonLabel": "Aplicar fecha",
"clearDateButtonLabel": "Borrar fecha"
}

0 comments on commit 91494a0

Please sign in to comment.