diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index c85f6d5bbd61..e12c4bf7ee1f 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -77,11 +77,11 @@ } } ); - /* + var appLocale = '{{App::getLocale()}}'; + $.extend( true, $.fn.datepicker.defaults, { - language:'{{App::getLocale()}}' + language: appLocale.replace("_", "-") }); - */ @if (env('FACEBOOK_PIXEL')) @@ -202,4 +202,4 @@ - \ No newline at end of file +