module I18n

def translate!(key, options = {})

def translate!(key, options = {})
  translate(key, options.merge( :raise => true ))
end