Archived
1
0
Fork 0

Adding config/lang.php

This commit is contained in:
Henrik Hautakoski 2021-07-30 13:05:54 +02:00
parent 7a06097ae7
commit e4fd735acb

17
config/lang.php Normal file
View file

@ -0,0 +1,17 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Language configuration
|--------------------------------------------------------------------------
|
| Define available languages as locale (key), name (value) pairs.
|
*/
'en' => 'English',
'se' => 'Svenska',
];