Sha256: c4b060819bc88bff32877f2ea481500cd15bd415f087e229e9ccd0ad0bb005ad

Contents?: true

Size: 666 Bytes

Versions: 6

Compression:

Stored size: 666 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
twitter_cldr-6.3.0 resources/locales/en-001/plurals.yml
twitter_cldr-6.2.0 resources/locales/en-001/plurals.yml
twitter_cldr-6.1.0 resources/locales/en-001/plurals.yml
twitter_cldr-6.0.2 resources/locales/en-001/plurals.yml
twitter_cldr-6.0.1 resources/locales/en-001/plurals.yml
twitter_cldr-6.0.0 resources/locales/en-001/plurals.yml