localization bug fix2
This commit is contained in:
parent
451b3bd37b
commit
f7d905c425
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue