Set french as default language

This commit is contained in:
Djery-Tom 2022-05-22 10:04:58 +01:00
parent 0bb6bd969b
commit e3d4fdf83a
2 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ $app->register(Illuminate\Mail\MailServiceProvider::class);
$app->router->group([ $app->router->group([
'namespace' => 'App\Http\Controllers', 'namespace' => 'App\Http\Controllers',
], function ($router) { ], function ($router) {
require __DIR__.'/../routes/web.php'; require __DIR__ . '/../routes/web.php';
}); });
app('translator')->setLocale('fr');
return $app; return $app;

View File

@ -123,7 +123,7 @@ A new consultation or prescription has been made with your insurance.
'total_insurance_part' => 'Total Insurance Part', 'total_insurance_part' => 'Total Insurance Part',
'to' => 'to', 'to' => 'to',
'invoice' => 'Invoice', 'invoice' => 'Invoice',
'provider_institution_code' => 'provider_institution_code', 'provider_institution_code' => 'Provider institution code',
'insurance_name' => 'Insurance name', 'insurance_name' => 'Insurance name',
'institution_name' => "Institution name", 'institution_name' => "Institution name",
'phone' => "Telephone", 'phone' => "Telephone",