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
I'm having the same issue and think it's due to the Locale keys in .localer.yml being down-cased before being compared to the locales in the app, e.g. even if you put
Locale:
zh-CN:
Enabled: false
in your config, it'll be converted to zh-cn before being compared. I'll submit a PR later, but in the meantime if you vendor the gem then change this line
Hi, aderyabin.
I'm trying to disable some locales with
.localer.yml
.BR, TR and AR are fine but zh-CN, zh-TW and de-CH does not works.
It seems that XX-YY locales does not works.
how do I disable it?
Thanks.
The text was updated successfully, but these errors were encountered: