http_accept_language icon indicating copy to clipboard operation
http_accept_language copied to clipboard

Ruby on Rails plugin. Fishes out the Accept-Language header into an array.

Results 14 http_accept_language issues
Sort by recently updated
recently updated
newest added

The Git ecosystem is moving away from the default branch name of `master`, towards the name `main`. e.g. All new repos on GitHub/GitLab/Bitbucket now use `main` as the default branch...

The way that this gem throws out everything after a dash means that it is broken for Chinese locales. Typically, the languages codes are zh-hant, zh-hans, zh-CN, zh-TW, etc. With...

I see that there aren't any commits since 2017... but the official Rails guide still suggests to use this gem. Is this gem still working / maintained? Is there a...

https://github.com/rails/rails/blob/v5.0.0/actionpack/lib/abstract_controller/callbacks.rb#L190-L193 [ci skip]

We're seeing a frustrating issue where this gem works as expected most the time but sometimes in production we end up translating to the wrong language. This is on a...

The readme states the gem is licensed under MIT. Can you please add a LICENSE with the MIT license terms to the repo?

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...

Hello, we're recently use this gem as rack middleware for our pure rack app, and found it doesn't specify active_support, which is used in auto_locale, as dependency.

@iain Hi, I noticed the repo is not actively maintained, and most pending pull requests (#56 #58 #61) are related to Rails upgrades. Have you considered to extract `HttpAcceptLanguage::Parser` into...