class Hashie::Trash

def self.translation_exists?(name)

def self.translation_exists?(name)
  translations_hash.key? name
end