class I18n::InvalidPluralizationData
def initialize(entry, count, key)
def initialize(entry, count, key) @entry, @count, @key = entry, count, key super "translation data #{entry.inspect} can not be used with :count => #{count}. key '#{key}' is missing." end