module ActiveSupport::HtmlSafeTranslation

def html_safe_translation_key?(key)

def html_safe_translation_key?(key)
  /(?:_|\b)html\z/.match?(key)
end