williamtroup/Calendar.js

These fields are not provided to the translation file

Closed this issue · 2 comments

Calendar.js/src/calendar.js

Lines 14303 to 14307 in ddb4e88

setEventTypeOption( _options.eventTypeNormalText , "Normal", 0 );
setEventTypeOption( _options.eventTypeMeetingText , "Meeting", 1 );
setEventTypeOption( _options.eventTypeBirthdayText , "Birthday", 2 );
setEventTypeOption( _options.eventTypeHolidayText , "Holiday", 3 );
setEventTypeOption( _options.eventTypeTaskText , "Task", 4 );

In addition, there is no uniform code formatting, for example, single quotes are faster than double quotes in most cases.

Yeah, you can override them using the public functions, that's why they are not included.