resources/locales/id/plurals.yml in twitter_cldr-3.0.10 vs resources/locales/id/plurals.yml in twitter_cldr-3.1.0
- old
+ new
@@ -1,4 +1,12 @@
---
-:id: ! '{ :''id'' => { :i18n => { :plural => { :keys => [:other], :rule => lambda
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
- : m); :other } } } } }'
+:id:
+ :cardinal:
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
+ :names:
+ - :other
+ :ordinal:
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
+ :names:
+ - :other