{
  "helloWorld": "Hello world !",
  "pluralizedArray": ["Many Things", "One Thing"],
  "pluralizedNoneOneMany": {
    "none": "No Things",
    "one": "One Thing",
    "many": "Many Things"
  },
  "pluralizedZeroOneOther": {
    "zero": "No Things",
    "one": "One Thing",
    "other": "Many Things"
  },
  "pluralizedPluralSingular": {
    "singular": "One Thing",
    "plural": "Many Things"
  },
  "badPluralizedArray": ["Many Things"],
  "badPluralizedPluralSingular": {
    "plural": "Many Things"
  },
  "badPluralizedNoneOneMany": {
    "one": "One Thing"
  },
  "badPluralizedZeroOneOther": {
    "zero": "No Things"
  },
  "unknownPluralization": {
    "bar": "One Thing"
  },
  "templated": "Hello {{foo}}",
  "pluralizedAndtemplated": {
    "none": "No Things",
    "one": "One Thing",
    "many": "Many {{foo}}"
  },
  "parent": {
    "nested": "A Nested Key"
  }
}
