Add new version in repository
This commit is contained in:
15
config/boilerplate/locale.php
Normal file
15
config/boilerplate/locale.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'default' => config('app.locale'),
|
||||
'switch' => false,
|
||||
'allowed' => ['en', 'es', 'fa', 'fr', 'it', 'tr'],
|
||||
'languages' => [
|
||||
'en' => ['label' => 'English', 'datatable' => 'English'],
|
||||
'es' => ['label' => 'Español', 'datatable' => 'Spanish'],
|
||||
'fa' => ['label' => 'فارسی', 'datatable' => 'Persian'],
|
||||
'fr' => ['label' => 'Français', 'datatable' => 'French'],
|
||||
'it' => ['label' => 'Italiano', 'datatable' => 'Italian'],
|
||||
'tr' => ['label' => 'Türkçe', 'datatable' => 'Turkish'],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user