Set french as default language
This commit is contained in:
parent
0bb6bd969b
commit
e3d4fdf83a
|
@ -128,5 +128,5 @@ $app->router->group([
|
||||||
], function ($router) {
|
], function ($router) {
|
||||||
require __DIR__ . '/../routes/web.php';
|
require __DIR__ . '/../routes/web.php';
|
||||||
});
|
});
|
||||||
|
app('translator')->setLocale('fr');
|
||||||
return $app;
|
return $app;
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue