resources/locales/ru/plurals.yml in twitter_cldr-1.9.0 vs resources/locales/ru/plurals.yml in twitter_cldr-1.9.1

- old
+ new

@@ -1,2 +1,5 @@ ---- -:ru: "{ :ru => { :i18n => {:plural => { :keys => [:one, :few, :many, :other], :rule => lambda { |n| n % 10 == 1 && n % 100 != 11 ? :one : [2, 3, 4].include?(n % 10) && ![12, 13, 14].include?(n % 100) ? :few : n % 10 == 0 || [5, 6, 7, 8, 9].include?(n % 10) || [11, 12, 13, 14].include?(n % 100) ? :many : :other } } } } }" +--- +:ru: ! '{ :ru => { :i18n => {:plural => { :keys => [:one, :few, :many, :other], :rule + => lambda { |n| n % 10 == 1 && n % 100 != 11 ? :one : [2, 3, 4].include?(n % 10) + && ![12, 13, 14].include?(n % 100) ? :few : n % 10 == 0 || [5, 6, 7, 8, 9].include?(n + % 10) || [11, 12, 13, 14].include?(n % 100) ? :many : :other } } } } }'