resources/locales/fa/plurals.yml in twitter_cldr-3.5.0 vs resources/locales/fa/plurals.yml in twitter_cldr-3.6.0

- old
+ new

@@ -1,10 +1,10 @@ --- :fa: :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); ((i == 0 || n == - 1) ? :one : :other) }' + w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((i == 0) || (n + == 1)) ? :one : :other) }' :names: - :one - :other :ordinal: :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);