1
0
Fork 0

Merge pull request #2856 from rabuzarus/0510-update_fullcalendar

update to fullCalendar 3.0.1, frio: cal list view, frio: cal month hover
This commit is contained in:
Michael Vogel 2016-10-16 18:04:11 +02:00 committed by GitHub
commit e09c55527c
34 changed files with 21940 additions and 6597 deletions

View file

@ -480,6 +480,13 @@ function get_event_strings() {
"month" => t("month"),
"week" => t("week"),
"day" => t("day"),
"allday" => t("all-day"),
"noevent" => t("No events to display"),
"dtstart_label" => t("Starts:"),
"dtend_label" => t("Finishes:"),
"location_label" => t("Location:")
);
return $i18n;