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