resources/locales/ru/plurals.yml in twitter_cldr-1.6.2 vs resources/locales/ru/plurals.yml in twitter_cldr-1.7.0

- old
+ new

@@ -1,4 +1,8 @@ -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 } } } } }" \ No newline at end of file +--- +: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 } } } } }'