Closed orykami closed 2 years ago
Hi there !
We are encountering some troubles with LanguageNegociator under Safari.
Here's the Header sent by Safari on mobile & desktop : fr-fr
Accept-Language : fr-fr
$locale = $this->negotiator->getBest($request->getHeaderLine('Accept-Language'), $locales);
with
$locales = ["fr", "en", "it", "de"]
$locale is NULL after that, or it should be fr right ?
Any ideas on what's the deal ? Thank's !
Hi! It seems related to #76
will this ever get fixed?
Likely fixed by https://github.com/willdurand/Negotiation/pull/113
Hi there !
We are encountering some troubles with LanguageNegociator under Safari.
Here's the Header sent by Safari on mobile & desktop : fr-fr
with
$locale is NULL after that, or it should be fr right ?
Any ideas on what's the deal ? Thank's !