From a04494e63d34e01921bd1874d4eefadecf6340f1 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Mon, 27 Jan 2020 12:04:52 -0600 Subject: [PATCH] Add warning message to app.locale config --- config/app.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/app.php b/config/app.php index 7f84c9bdf..23aad8473 100644 --- a/config/app.php +++ b/config/app.php @@ -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',