diaspora/config/locales/cldr/cs_plurals.rb

1 line
No EOL
150 B
Ruby

{ :cs => { :i18n => {:plural => { :keys => [:one, :few, :other], :rule => lambda { |n| n == 1 ? :one : [2, 3, 4].include?(n) ? :few : :other } } } } }