# File lib/i18n/exceptions.rb, line 74
    def titleize(key)
      key.to_s.gsub('_', ' ').gsub(/\b('?[a-z])/) { $1.capitalize }
    end