{
  "locale": "ar",
  "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": {
    "shared": "{count, plural, =0 {لم يشاركه أحد} one {{sharerGender, select, female {شاركته} male {شاركه} other {شاركوه}}} two {شاركه شخصان} few {شاركه # أشخاص} many {شاركه # شخصًا} other {شاركه # شخص}}",
    "reminders": "{audience, select, self {لديك {count, plural, zero {لا تذكيرات} one {تذكير واحد} two {تذكيران} few {# تذكيرات} many {# تذكيرًا} other {# تذكير}}} other {لدى الفريق {count, plural, zero {لا تذكيرات} one {تذكير واحد} two {تذكيران} few {# تذكيرات} many {# تذكيرًا} other {# تذكير}}}}"
  },
  "cases": [
    {
      "message": "shared",
      "args": {
        "count": 0,
        "sharerGender": "other"
      },
      "expectedCategory": "explicit =0"
    },
    {
      "message": "shared",
      "args": {
        "count": 1,
        "sharerGender": "female"
      },
      "expectedCategory": "one -> select female"
    },
    {
      "message": "shared",
      "args": {
        "count": 2,
        "sharerGender": "other"
      },
      "expectedCategory": "two"
    },
    {
      "message": "shared",
      "args": {
        "count": 5,
        "sharerGender": "other"
      },
      "expectedCategory": "few"
    },
    {
      "message": "shared",
      "args": {
        "count": 25,
        "sharerGender": "other"
      },
      "expectedCategory": "many"
    },
    {
      "message": "shared",
      "args": {
        "count": 100,
        "sharerGender": "other"
      },
      "expectedCategory": "other"
    },
    {
      "message": "reminders",
      "args": {
        "audience": "self",
        "count": 11
      },
      "expectedCategory": "many"
    }
  ],
  "pluralCategories": "zero, one, two, few, many, other",
  "dir": "rtl"
}
