# File lib/extlib/string.rb, line 112
  def self.translate(value)
    translations[value] || value
  end