module I18n::Backend::Simple::Implementation

def eager_load!

def eager_load!
  init_translations unless initialized?
  super
end