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
Safari on MacOS sends an all-lowercase header like Accept-Language: de-de. On case-sensitive filesystems this causes MomentLocale.php::fetchSimilarLocales not finding alternatives.
Safari on MacOS sends an all-lowercase header like
Accept-Language: de-de
. On case-sensitive filesystems this causes MomentLocale.php::fetchSimilarLocales not finding alternatives.works around that. It would be even better to be also case-insensitive to the first part of the locale.
C.f. Can PHP's glob() be made to find files in a case insensitive manner?
The text was updated successfully, but these errors were encountered: