add locale manager
This commit is contained in:
@@ -91,6 +91,12 @@ return [
|
||||
'en' => 'English',
|
||||
],
|
||||
|
||||
'locale_app' => [
|
||||
'path' => env('LOCALE_APP_PATH', ''),
|
||||
'url' => env('LOCALE_APP_URL', ''),
|
||||
'api_token' => env('LOCALE_APP_API_TOKEN', ''),
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Fallback Locale
|
||||
|
||||
Reference in New Issue
Block a user