Adding config/lang.php
This commit is contained in:
parent
7a06097ae7
commit
e4fd735acb
1 changed files with 17 additions and 0 deletions
17
config/lang.php
Normal file
17
config/lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Language configuration
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Define available languages as locale (key), name (value) pairs.
|
||||
|
|
||||
*/
|
||||
|
||||
'en' => 'English',
|
||||
'se' => 'Svenska',
|
||||
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue