{
  "description": "ICU plurals test",
  "comment": "Can extract plurals into ICU format",
  "pluginOptions": {
    "enableExperimentalIcu": true
  },
  "expectValues": [
    [
      {
        "foo": "{count, plural, one {The {count} item} other {The {count} item}}"
      }
    ]
  ]
}
