diaspora/config/locales/cldr/ga_plurals.rb

1 line
No EOL
135 B
Ruby

{ :ga => { :i18n => {:plural => { :keys => [:one, :two, :other], :rule => lambda { |n| n == 1 ? :one : n == 2 ? :two : :other } } } } }