module I18n::Base
def translate!(key, **options)
Wrapper for translate that adds :raise => true. With
def translate!(key, **options) translate(key, **options, raise: true) end
def translate!(key, **options) translate(key, **options, raise: true) end