-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The initializer if forcing the :en locale (reopen #187) #746
Comments
same here |
Can you raise an error inside the I18n library to trace out where this is happening in RA? |
The problem is actually happening since I18n.locale is called in the rails_admin initalizer before I18n.default_locale= in
|
Thx! I'll have a look. |
Same here. For now I put Is it possible to read main application's default locale when RailsAdmin is initialized in |
Won't fix for now (design): we need to access default locale before Rails sets it in application.rb |
This is not work for me :(. I'm using Rails 3.2.11. Any idea how to make it work? |
Also not working for me. Although /admin panel itself loads fine, still getting |
It seems the exact same issue as #187 has reappeared in edge.
The only workaround I found until now is to define
config.i18n.locale = :fr # your locale
inapplication.rb
.The text was updated successfully, but these errors were encountered: