You {count, plural, one {worked for '#' hour} other {worked for '#' hours}} today.
---
{}
---
{
  "val": [
    {
      "type": 0,
      "value": "You ",
      "location": {
        "start": {
          "offset": 0,
          "line": 1,
          "column": 1
        },
        "end": {
          "offset": 4,
          "line": 1,
          "column": 5
        }
      }
    },
    {
      "type": 6,
      "value": "count",
      "options": {
        "one": {
          "value": [
            {
              "type": 0,
              "value": "worked for # hour",
              "location": {
                "start": {
                  "offset": 25,
                  "line": 1,
                  "column": 26
                },
                "end": {
                  "offset": 44,
                  "line": 1,
                  "column": 45
                }
              }
            }
          ],
          "location": {
            "start": {
              "offset": 24,
              "line": 1,
              "column": 25
            },
            "end": {
              "offset": 45,
              "line": 1,
              "column": 46
            }
          }
        },
        "other": {
          "value": [
            {
              "type": 0,
              "value": "worked for # hours",
              "location": {
                "start": {
                  "offset": 53,
                  "line": 1,
                  "column": 54
                },
                "end": {
                  "offset": 73,
                  "line": 1,
                  "column": 74
                }
              }
            }
          ],
          "location": {
            "start": {
              "offset": 52,
              "line": 1,
              "column": 53
            },
            "end": {
              "offset": 74,
              "line": 1,
              "column": 75
            }
          }
        }
      },
      "offset": 0,
      "pluralType": "cardinal",
      "location": {
        "start": {
          "offset": 4,
          "line": 1,
          "column": 5
        },
        "end": {
          "offset": 75,
          "line": 1,
          "column": 76
        }
      }
    },
    {
      "type": 0,
      "value": " today.",
      "location": {
        "start": {
          "offset": 75,
          "line": 1,
          "column": 76
        },
        "end": {
          "offset": 82,
          "line": 1,
          "column": 83
        }
      }
    }
  ],
  "err": null
}