You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here it is the translation for the locale for the DatePicker for Spanish Language
registerTranslation('es', {
save: 'Guardar',
selectSingle: 'Seleccionar fecha',
selectMultiple: 'Seleccionar fechas',
selectRange: 'Seleccionar rango',
notAccordingToDateFormat: (inputFormat) => El formato debe ser ${inputFormat},
mustBeHigherThan: (date) => Debe ser posterior a ${date},
mustBeLowerThan: (date) => Debe ser anterior a ${date},
mustBeBetween: (startDate, endDate) => Debe estar entre ${startDate} y ${endDate},
dateIsDisabled: 'Fecha no permitida',
previous: 'Anterior',
next: 'Siguiente',
typeInDate: 'Escriba la fecha',
pickDateFromCalendar: 'Seleccione una fecha del calendario',
close: 'Cerrar',
});
Thank you!
The text was updated successfully, but these errors were encountered:
Hey! Thanks for opening the issue. Can you provide more information about the issue? Please fill the issue template when opening the issue without deleting any section. We need all the information we can, to be able to help. Make sure to at least provide - Current behaviour, Expected behaviour, A way to reproduce the issue with minimal code (link to snack.expo.dev) or a repo on GitHub, and the information about your environment (such as the platform of the device, versions of all the packages etc.).
Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then you can also provide the repro in a GitHub repository.
brunoharari
changed the title
Add Spanish Locale to Date Picker & Time Picker Bug
Add Spanish Locale to Date Picker
Jan 27, 2025
Here it is the translation for the locale for the DatePicker for Spanish Language
registerTranslation('es', {
save: 'Guardar',
selectSingle: 'Seleccionar fecha',
selectMultiple: 'Seleccionar fechas',
selectRange: 'Seleccionar rango',
notAccordingToDateFormat: (inputFormat) =>
El formato debe ser ${inputFormat}
,mustBeHigherThan: (date) =>
Debe ser posterior a ${date}
,mustBeLowerThan: (date) =>
Debe ser anterior a ${date}
,mustBeBetween: (startDate, endDate) =>
Debe estar entre ${startDate} y ${endDate}
,dateIsDisabled: 'Fecha no permitida',
previous: 'Anterior',
next: 'Siguiente',
typeInDate: 'Escriba la fecha',
pickDateFromCalendar: 'Seleccione una fecha del calendario',
close: 'Cerrar',
});
Thank you!
The text was updated successfully, but these errors were encountered: