diff --git a/resources/views/fullcalendar.blade.php b/resources/views/fullcalendar.blade.php index 3ac6fb2..6716191 100644 --- a/resources/views/fullcalendar.blade.php +++ b/resources/views/fullcalendar.blade.php @@ -1,9 +1,12 @@ +@php($locale = strtolower(str_replace('_', '-', $this->getConfig()['locale']))) +