diaspora/config/locales/cldr/nb_plurals.rb

1 line
No EOL
113 B
Ruby

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