-
Describe the bug Expected behavior Additional context
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Could you be more specific, like providing the real source code? |
Beta Was this translation helpful? Give feedback.
-
This is a private repo so i cannot share the real source code but the code below is almost exactly the same. @mshibuya en.yml
rails_admin.rb
|
Beta Was this translation helpful? Give feedback.
-
Due to the Rails initialization order, locales are not loaded upon the initializer execution. navigation_label { I18n.t('admin.misc.example1') } |
Beta Was this translation helpful? Give feedback.
Due to the Rails initialization order, locales are not loaded upon the initializer execution.
Use this style to get it lazily evaluated.