mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
add Brazilian Portuguese language to CompanyController
This commit is contained in:
@ -148,7 +148,7 @@ class CompanyController extends Controller
|
|||||||
["code"=>"fr", "name" => "French"],
|
["code"=>"fr", "name" => "French"],
|
||||||
["code"=>"es", "name" => "Spanish"],
|
["code"=>"es", "name" => "Spanish"],
|
||||||
["code"=>"ar", "name" => "العربية"],
|
["code"=>"ar", "name" => "العربية"],
|
||||||
["code"=>"pt_BR", "name" => "Portuguese"],
|
["code"=>"pt_BR", "name" => "Brazilian Portuguese"],
|
||||||
];
|
];
|
||||||
|
|
||||||
return response()->json([
|
return response()->json([
|
||||||
|
|||||||
Reference in New Issue
Block a user