# File lib/authlogic/i18n.rb, line 77
      def translate(key, options = {})
        translator.translate key, { :scope => I18n.scope }.merge(options)
      end