Set french as default language
This commit is contained in:
parent
0bb6bd969b
commit
e3d4fdf83a
|
@ -126,7 +126,7 @@ $app->register(Illuminate\Mail\MailServiceProvider::class);
|
|||
$app->router->group([
|
||||
'namespace' => 'App\Http\Controllers',
|
||||
], function ($router) {
|
||||
require __DIR__.'/../routes/web.php';
|
||||
require __DIR__ . '/../routes/web.php';
|
||||
});
|
||||
|
||||
app('translator')->setLocale('fr');
|
||||
return $app;
|
||||
|
|
|
@ -123,7 +123,7 @@ A new consultation or prescription has been made with your insurance.
|
|||
'total_insurance_part' => 'Total Insurance Part',
|
||||
'to' => 'to',
|
||||
'invoice' => 'Invoice',
|
||||
'provider_institution_code' => 'provider_institution_code',
|
||||
'provider_institution_code' => 'Provider institution code',
|
||||
'insurance_name' => 'Insurance name',
|
||||
'institution_name' => "Institution name",
|
||||
'phone' => "Telephone",
|
||||
|
|
Loading…
Reference in New Issue