# File lib/i18n/missing_translations_raise_handler.rb, line 21
  def translate(key, options = {})
    I18n.translate(key, options)
  end