global config
parent
09b7e2adff
commit
15685f69ac
|
@ -1,19 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
return [
|
|
||||||
'languages' => [
|
|
||||||
'fr' => [
|
|
||||||
'index' => 1,
|
|
||||||
'label' => 'Français',
|
|
||||||
],
|
|
||||||
'en' => [
|
|
||||||
'index' => 2,
|
|
||||||
'label' => 'English',
|
|
||||||
],
|
|
||||||
'de' => [
|
|
||||||
'index' => 3,
|
|
||||||
'label' => 'Deutsch',
|
|
||||||
],
|
|
||||||
],
|
|
||||||
'defaultLanguageIndex' => 2
|
|
||||||
];
|
|
Loading…
Reference in New Issue