generated from boboko/starter
homepage, new newsletter section, multilang support
This commit is contained in:
+14
-1
@@ -78,12 +78,25 @@
|
||||
|
|
||||
*/
|
||||
|
||||
'locale' => env('APP_LOCALE', 'en'),
|
||||
'locale' => env('APP_LOCALE', 'el'),
|
||||
|
||||
'fallback_locale' => env('APP_FALLBACK_LOCALE', 'en'),
|
||||
|
||||
'faker_locale' => env('APP_FAKER_LOCALE', 'en_US'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Available Locales
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The locales the site is served in, and the ones allowed as the
|
||||
| {locale} route segment (see routes/web.php and SetLocale middleware).
|
||||
| Greek is the primary/default market, English is secondary.
|
||||
|
|
||||
*/
|
||||
|
||||
'available_locales' => ['el', 'en'],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Encryption Key
|
||||
|
||||
Reference in New Issue
Block a user