]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7579 @3:00 bug_calendar
authorsoufiane <soufiane@cubedesigners.com>
Thu, 3 Jul 2025 16:32:30 +0000 (18:32 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 3 Jul 2025 16:32:30 +0000 (18:32 +0200)
resources/views/fluidbook_stats/stats.blade.php

index c86533c90ab3bb639e67a8bee1bcf02069d1c078..4d29c7056f5700c37d237e66df3e946159ba0478 100644 (file)
                             "customRangeLabel": "{{__('Personnalisé')}}",
                             "weekLabel": "W",
                             "daysOfWeek": [
+                                "{{__('Di')}}",
                                 "{{__('Lu')}}",
                                 "{{__('Ma')}}",
                                 "{{__('Me')}}",
                                 "{{__('Je')}}",
                                 "{{__('Ve')}}",
                                 "{{__('Sa')}}",
-                                "{{__('Di')}}"
                             ],
                             "monthNames": [
                                 "{{__('Janvier')}}",
                                 "{{__('Novembre')}}",
                                 "{{__('Décembre')}}",
                             ],
-
-                            "firstDay": 0
+                            "firstDay": 1
                         },
                         minDate: creationDate, // Creation date of the Fluidbook
                         maxDate: now,