Skip to content

Instantly share code, notes, and snippets.

@alexrold
Forked from Klerith/calendar-messages-es.js
Created February 24, 2022 16:13
Show Gist options
  • Select an option

  • Save alexrold/0717a91271909382943a5ac966309673 to your computer and use it in GitHub Desktop.

Select an option

Save alexrold/0717a91271909382943a5ac966309673 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