module RailsI18n::Pluralization::OneFewOther
def self.with_locale(locale)
def self.with_locale(locale) { locale => { :i18n => { :plural => { :keys => [:one, :few, :other], :rule => rule }}}} end
def self.with_locale(locale) { locale => { :i18n => { :plural => { :keys => [:one, :few, :other], :rule => rule }}}} end