This commit is contained in:
Stefan Azaric
2020-07-26 23:15:43 +02:00
6 changed files with 948 additions and 0 deletions

View File

@ -146,6 +146,7 @@ class CompanyController extends Controller
$languages = [ // alphabetical order
["code"=>"pt_BR", "name" => "Brazilian Portuguese"],
["code"=>"en", "name" => "English"],
["code"=>"nl", "name" => "Dutch"],
["code"=>"fr", "name" => "French"],
["code"=>"de", "name" => "German"],
["code"=>"it", "name" => "Italian"],