module I18n::Backend::Chain::Implementation

def reload!

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