-
-
Save alexrold/0717a91271909382943a5ac966309673 to your computer and use it in GitHub Desktop.
Big-Calendar - mensajes en español
This file contains hidden or 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