From 4da9a3a397be345031ff5bf522cc1462e1160c9a Mon Sep 17 00:00:00 2001 From: Saade Date: Sun, 26 Jun 2022 22:29:22 -0300 Subject: [PATCH] fix: convert laravel locale to fullcalendar compatible locale --- resources/views/fullcalendar.blade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/fullcalendar.blade.php b/resources/views/fullcalendar.blade.php index 7c0e144..e5f1834 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']))) +