class Hashie::Trash

def self.inverse_translations

def self.inverse_translations
  @inverse_translations ||= Hash[translations.map(&:reverse)]
end