diaspora/config/locales/cldr/mk_plurals.rb

1 line
No EOL
118 B
Ruby

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