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

- old
+ new

@@ -7,11 +7,11 @@ :names: - :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); (n == 1 ? :one : - (((n % 10 == 4) && (n % 100 != 14)) ? :many : :other)) }' + w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (((n % 10 == 4) + && (n % 100 != 14)) ? :many : (n == 1 ? :one : :other)) }' :names: - - :one - :many + - :one - :other