mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00: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"=>"es", "name" => "Spanish"],
|
||||
["code"=>"ar", "name" => "العربية"],
|
||||
["code"=>"pt_BR", "name" => "Portuguese"],
|
||||
["code"=>"pt_BR", "name" => "Brazilian Portuguese"],
|
||||
];
|
||||
|
||||
return response()->json([
|
||||
|
||||
Reference in New Issue
Block a user