Closed krsyoung closed 7 years ago
Is it possible to customize the i18n for a given language?
In my case, being able to customize format, fullFormat, dayEventsTitle and notHaveEvents would be incredibly helpful. Here is an example of what I might want to change:
en: { dayNames: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], monthNames: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], format: 'January 2017', fullFormat: 'yyyy-MM-dd', dayEventsTitle: 'All Meetings', notHaveEvents: 'No Meetings Scheduled' },
It's best to fork your own version
Ok will do. Thanks.
Is it possible to customize the i18n for a given language?
In my case, being able to customize format, fullFormat, dayEventsTitle and notHaveEvents would be incredibly helpful. Here is an example of what I might want to change: