add fr lang error message

This commit is contained in:
Romulus21
2024-05-25 15:51:13 +02:00
parent 3bead64695
commit 7ba13389d7
7 changed files with 265 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'fr',
/*
|--------------------------------------------------------------------------
@@ -96,7 +96,7 @@ return [
|
*/
'fallback_locale' => 'en',
'fallback_locale' => 'fr',
/*
|--------------------------------------------------------------------------
@@ -109,7 +109,7 @@ return [
|
*/
'faker_locale' => 'en_US',
'faker_locale' => 'fr_FR',
/*
|--------------------------------------------------------------------------