module I18n::Backend::Chain::Implementation

def eager_load!

def eager_load!
  backends.each { |backend| backend.eager_load! }
end