Add warning message to app.locale config

This commit is contained in:
Luke Towers 2020-01-27 12:04:52 -06:00
parent e8dca35c15
commit a04494e63d
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@ return [
| by the translation service provider. You are free to set this value
| to any of the locales which will be supported by the application.
|
| WARNING: Avoid setting this to a locale that is not supported by the
| backend yet, as this can cause issues in the backend.
|
| Currently supported backend locales are listed in
| Backend\Models\Preference->getLocaleOptions())
|
*/
'locale' => 'en',