Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active February 13, 2026 00:08
Show Gist options
  • Select an option

  • Save Klerith/1658fc368898dd673fc5a9a01ccb12ff to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/1658fc368898dd673fc5a9a01ccb12ff 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})`
};
@DsiKorp
Copy link

DsiKorp commented Feb 13, 2026

Gracias Fer, eres un maestro, me quito el sombrero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment