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
The gem works on all browsers I've tried except for Safari (10.1). The following line http_accept_language.preferred_language_from(I18n.available_locales) works as expected everywhere but returns null with Safari. I'm guessing that's because it handles the Accept-Language diferently.
The text was updated successfully, but these errors were encountered:
The gem works on all browsers I've tried except for Safari (10.1). The following line
http_accept_language.preferred_language_from(I18n.available_locales)
works as expected everywhere but returnsnull
with Safari. I'm guessing that's because it handles theAccept-Language
diferently.The text was updated successfully, but these errors were encountered: