module RailsI18n::Pluralization::Other

def self.rule

def self.rule
  Proc.new { :other }
end

def self.with_locale(locale)

def self.with_locale(locale)
  { locale => {
      :'i18n' => {
        :plural => {
          :keys => [:other],
          :rule => rule }}}}
end