# File lib/i18n/backend/chain.rb, line 27
        def reload!
          backends.each { |backend| backend.reload! }
        end