{
  "locale": "ja",
  "language": "Japanese",
  "source": "CLDR plural rules",
  "note": "Rule expressions use CLDR plural-rule syntax: n is the absolute value of the source number, i its integer digits and v the count of visible fraction digits. Categories are selected by the FIRST matching rule; 'other' is always the fallback. Assert on the category returned for each sample value, not on any wording.",
  "categories": [
    "other"
  ],
  "cardinal": {
    "other": "(default — Japanese has a single cardinal category)"
  },
  "cardinalSamples": {
    "other": [
      0,
      1,
      2,
      5,
      100,
      1.5
    ]
  },
  "ordinal": {
    "other": "(default)"
  },
  "ordinalSamples": {
    "other": [
      1,
      2,
      3,
      11
    ]
  },
  "gettextPluralForms": "nplurals=1; plural=0;",
  "trap": "Japanese needs exactly one form; a pipeline that requires a 'one' key produces a catalog no Japanese translator can fill in meaningfully."
}
