Skip to content

Commit 88cc338

Browse files
committed
✨ mis a jour de la langue pour les dates
1 parent 0d891aa commit 88cc338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public function register(): void
3737
public function boot(): void
3838
{
3939
date_default_timezone_set('Africa/Douala');
40-
setlocale(LC_TIME, 'French');
41-
setlocale(LC_ALL, 'fr_FR.UTF-8');
40+
setlocale(LC_TIME, 'fr_FR', 'fr', 'FR', 'French', 'fr_FR.UTF-8');
41+
setlocale(LC_ALL, 'fr_FR', 'fr', 'FR', 'French', 'fr_FR.UTF-8');
4242
Carbon::setLocale('fr');
4343

4444
$this->bootMacros();

0 commit comments

Comments
 (0)