diaspora/config/locales/cldr/fil_plurals.rb
2011-12-18 15:37:27 +01:00

1 line
No EOL
126 B
Ruby

{ :fil => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| [0, 1].include?(n) ? :one : :other } } } } }