Sha256: 605304751fb2b3c99d1f4cc32ab17f0e62236c736ecf7a2c356e77eec7c76c81

Contents?: true

Size: 665 Bytes

Versions: 22

Compression:

Stored size: 665 Bytes

Contents

---
:en-IE:
  :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

22 entries across 22 versions & 2 rubygems

Version Path
twitter_cldr-4.2.0 resources/locales/en-IE/plurals.yml
twitter_cldr-3.6.0 resources/locales/en-IE/plurals.yml