diaspora/config/locales/cldr/fr_plurals.rb

1 line
No EOL
118 B
Ruby

{ :fr => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n && n != 2 ? :one : :other } } } } }