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

1 line
No EOL
113 B
Ruby

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