Sha256: bfb066a5d14520b06851aa8064d39c9896883b467929c74919005ddf48523bab
Contents?: true
Size: 713 Bytes
Versions: 7
Compression:
Stored size: 713 Bytes
Contents
--- :pl: ! '{ :''pl'' => { :i18n => { :plural => { :keys => [:one, :few, :many, :other], :rule => lambda { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length] : m); (n.to_i == 1 && ((v = n.to_s.split(".")[1]) ? v.length : 0) == 0) ? :one : (((v = n.to_s.split(".")[1]) ? v.length : 0) == 0 && (2..4).include?(n.to_i % 10) && !(12..14).include?(n.to_i % 100)) ? :few : ((((v = n.to_s.split(".")[1]) ? v.length : 0) == 0 && n.to_i != 1 && (0..1).include?(n.to_i % 10)) || (((v = n.to_s.split(".")[1]) ? v.length : 0) == 0 && (5..9).include?(n.to_i % 10)) || (((v = n.to_s.split(".")[1]) ? v.length : 0) == 0 && (12..14).include?(n.to_i % 100))) ? :many : :other } } } } }'
Version data entries
7 entries across 7 versions & 1 rubygems