# File lib/simple_form.rb, line 191
  def self.translate
    deprecation_warn "SimpleForm.translate is disabled in favor of translate_labels"
    self.translate_labels
  end