Skip to content

Instantly share code, notes, and snippets.

@joalbertg
Forked from Klerith/calendar-messages-es.js
Created July 9, 2020 05:40
Show Gist options
  • Save joalbertg/4a536e994e5db168a4ec17ad9d2c94b6 to your computer and use it in GitHub Desktop.
Save joalbertg/4a536e994e5db168a4ec17ad9d2c94b6 to your computer and use it in GitHub Desktop.
Big-Calendar - mensajes en español
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