-
-
Save joalbertg/4a536e994e5db168a4ec17ad9d2c94b6 to your computer and use it in GitHub Desktop.
Big-Calendar - mensajes en español
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const messages = { | |
allDay: 'Todo el día', | |
previous: '<', | |
next: '>', | |
today: 'Hoy', | |
month: 'Mes', | |
week: 'Semana', | |
day: 'Día', | |
agenda: 'Agenda', | |
date: 'Fecha', | |
time: 'Hora', | |
event: 'Evento', | |
noEventsInRange: 'No hay eventos en este rango', | |
showMore: total => `+ Ver más (${total})` | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment