Sha256: 6b1ba7a95416288666a631ed444640f0871932af2771c2a9192896ad27ced28a

Contents?: true

Size: 665 Bytes

Versions: 1

Compression:

Stored size: 665 Bytes

Contents

---
:en-AU:
  :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 == 1) && (v
      == 0)) ? :one : :other) }'
    :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 % 10 == 1)
      && (n % 100 != 11)) ? :one : (((n % 10 == 2) && (n % 100 != 12)) ? :two : (((n
      % 10 == 3) && (n % 100 != 13)) ? :few : :other))) }'
    :names:
    - :one
    - :two
    - :few
    - :other

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twitter_cldr-5.0.0 resources/locales/en-AU/plurals.yml