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