localization bug fix2

This commit is contained in:
merdan 2019-11-25 16:51:07 +05:00
parent 451b3bd37b
commit f7d905c425
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ return [
// IMPORTANT - When hideDefaultLocaleInURL is set to true, the unlocalized root is treated as the applications default locale "app.locale".
// Because of this language negotiation using the Accept-Language header will NEVER occur when hideDefaultLocaleInURL is true.
//
'hideDefaultLocaleInURL' => false,
'hideDefaultLocaleInURL' => true,
// If you want to display the locales in particular order in the language selector you should write the order here.
//CAUTION: Please consider using the appropriate locale code otherwise it will not work