1 line
No EOL
118 B
Ruby
1 line
No EOL
118 B
Ruby
{ :mk => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n % 10 == 1 ? :one : :other } } } } } |