resources/locales/hr/plurals.yml in twitter_cldr-5.0.0 vs resources/locales/hr/plurals.yml in twitter_cldr-5.1.0

- old
+ new

@@ -1,18 +1,18 @@ --- :hr: :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); (((((((v == 0) && - (i % 10 == 1))) && (i % 100 != 11))) || (((f % 10 == 1) && (f % 100 != 11)))) - ? :one : (((((((v == 0) && ((((i % 10).floor == (i % 10)) && ((i % 10) >= 2) - && ((i % 10) <= 4))))) && (!(((i % 100).floor == (i % 100)) && ((i % 100) >= - 12) && ((i % 100) <= 14))))) || ((((((f % 10).floor == (f % 10)) && ((f % 10) - >= 2) && ((f % 10) <= 4))) && (!(((f % 100).floor == (f % 100)) && ((f % 100) - >= 12) && ((f % 100) <= 14)))))) ? :few : :other)) }' + ((((i % 10).floor == (i % 10)) && ((i % 10) >= 2) && ((i % 10) <= 4))))) && + (!(((i % 100).floor == (i % 100)) && ((i % 100) >= 12) && ((i % 100) <= 14))))) + || ((((((f % 10).floor == (f % 10)) && ((f % 10) >= 2) && ((f % 10) <= 4))) + && (!(((f % 100).floor == (f % 100)) && ((f % 100) >= 12) && ((f % 100) <= 14)))))) + ? :few : (((((((v == 0) && (i % 10 == 1))) && (i % 100 != 11))) || (((f % 10 + == 1) && (f % 100 != 11)))) ? :one : :other)) }' :names: - - :one - :few + - :one - :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: