You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #47377 [HttpKernel] Use Accept-Language header even if there are no enabled locales (MatTheCat)
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
[HttpKernel] Use Accept-Language header even if there are no enabled locales
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | Fix #47355
| License | MIT
| Doc PR | N/A
Don’t really know how I should consider this PR 🤔
It would affect people setting `set_locale_from_accept_language` to `true` with no `enabled_locales` when the request has a preferred language:
- before: set the default locale as request locale
- after: set the preferred language as request locale
Commits
-------
b20d074f66 [HttpKernel] Use Accept-Language header even if there are no enabled locales
0 commit comments