{
  "locale": "cy",
  "format": "icu-messageformat",
  "note": "In ICU MessageFormat, '#' inside a plural branch binds to the NEAREST enclosing plural argument, not the outermost one. Where an outer count must appear inside an inner plural, these messages use the explicit {name} form instead of '#'.",
  "messages": {
    "ordinalProbe": "{n, selectordinal, zero {#=zero} one {#=one} two {#=two} few {#=few} many {#=many} other {#=other}}",
    "cardinalProbe": "{n, plural, zero {#=zero} one {#=one} two {#=two} few {#=few} many {#=many} other {#=other}}"
  },
  "cases": [
    {
      "n": 0,
      "ordinal": "zero",
      "cardinal": "zero"
    },
    {
      "n": 1,
      "ordinal": "one",
      "cardinal": "one"
    },
    {
      "n": 2,
      "ordinal": "two",
      "cardinal": "two"
    },
    {
      "n": 3,
      "ordinal": "few",
      "cardinal": "few"
    },
    {
      "n": 4,
      "ordinal": "few",
      "cardinal": "other"
    },
    {
      "n": 5,
      "ordinal": "many",
      "cardinal": "other"
    },
    {
      "n": 6,
      "ordinal": "many",
      "cardinal": "many"
    },
    {
      "n": 7,
      "ordinal": "zero",
      "cardinal": "other"
    },
    {
      "n": 8,
      "ordinal": "zero",
      "cardinal": "other"
    },
    {
      "n": 9,
      "ordinal": "zero",
      "cardinal": "other"
    },
    {
      "n": 10,
      "ordinal": "other",
      "cardinal": "other"
    },
    {
      "n": 11,
      "ordinal": "other",
      "cardinal": "other"
    }
  ],
  "feature": "six-category cardinal AND ordinal probe",
  "language": "Welsh"
}
