Adrian

Results 4 comments of Adrian

Confirmed, really annoying bug 😦

It's not. The current implementation only supports TLDs (based on `request.domain`). For example: `{ 'myapp.pl' => :pl, 'myapp.de' => :de }`.

Update: it does work, you just need to tell rails that the locale is a part of TLD: `config.action_dispatch.tld_length = 2`.