diaspora/config/locales/cldr/nn_plurals.rb
2011-09-19 15:36:12 +02:00

1 line
No EOL
113 B
Ruby

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