Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to load rails application with different default_locale #31

Open
hugocorbucci opened this issue Dec 22, 2014 · 0 comments
Open

Fails to load rails application with different default_locale #31

hugocorbucci opened this issue Dec 22, 2014 · 0 comments

Comments

@hugocorbucci
Copy link

As of Rails 4.2, i18n has been upgraded to fail upon default_locale assignment if the locale given is not listed in the available_locales.
The rails instructions recommend you configure this inside your Current::Application class with config.i18n.available_locales = [:en, :other].

Guard-Konacha fails to use this and therefore fails to start on rails 4.2 applications forcing the hosting application to use I18n.available_locales = [:en, :other] outside of the Current::Application definition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant