http_accept_language icon indicating copy to clipboard operation
http_accept_language copied to clipboard

Is this gem maintained?

Open collimarco opened this issue 5 years ago • 3 comments
trafficstars

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 new gem somewhere else?

collimarco avatar May 25 '20 12:05 collimarco

It still works for us when we added it to a new Rails project a few months.

KelseyDH avatar May 26 '20 02:05 KelseyDH

@collimarco One huge caveat: if your app uses regional variants like en-gb, this gem will still fallback to en. This is a very big deal for certain languages like Chinese where the difference can mean reading completely different languages. In these cases, consider the forks mentioned here: https://github.com/iain/http_accept_language/issues/55

KelseyDH avatar Aug 17 '21 20:08 KelseyDH

My request for maintainer status: https://github.com/iain/http_accept_language/issues/77

movermeyer avatar Nov 15 '22 14:11 movermeyer