{
  "@count": {
    "type": "number"
  },
  "@@x-base-bundle": true,
  "welcome": "Welcome",
  "contentArea": "{name} Content Area",
  "pageIntro": "To change the content of this section, you will make edits to the {name} file located in the /js/views folder.",
  "invitation": "{gender_of_host, select, female {{num_guests, plural, offset:1 =0 {{host} does not give a party.} =1 {{host} invites {guest} to her party.} =2 {{host} invites {guest} and one other person to her party.} other {{host} invites {guest} and # other people to her party.}}} male {{num_guests, plural, offset:1 =0 {{host} does not give a party.} =1 {{host} invites {guest} to his party.} =2 {{host} invites {guest} and one other person to his party.} other {{host} invites {guest} and # other people to his party.}}} other {{num_guests, plural, offset:1 =0 {{host} does not give a party.} =1 {{host} invites {guest} to their party.} =2 {{host} invites {guest} and one other person to their party.} other {{host} invites {guest} and # other people to their party.}}}}",
  "plural": "{total_rows, plural, offset:0 =0 {No rows} one {# row} other {# rows}}",
  "dateFormat": "At {date_time,time,::jmm} past, on {date_time,date,::dMMMM}, there was {item} on planet {planet,number,integer}.",
  "currencyFormat": "The budget is {gbp, number, :: +! K currency/GBP} and no more.",
  "@@locale": "en",
  "alpha": "Alpha",
  "beta": "Beta",
  "another_button": "Another button",
  "@another_button": {
    "description": "anything"
  },
  "delta": "Delta",
  "epsilon": "Epsilon",
  "blank": "",
  "testPlural": "You have {itemCount, plural, =0 {no items} one {item} other {{itemCount} items}}",
  "localeParams": "Other locale params besides this {one}",
  "@localeParams": {
    "placeholders": {
      "total": {
        "type": "plural",
        "description": "first param is used in dev English bundle"
      },
      "gender": {
        "type": "select",
        "description": "This is an extra one that might be used in other languages"
      },
      "title": {
        "type": "text",
        "description": "Person's title, Mr., Mrs., etc."
      },
      "birthDate": {
        "type": "date",
        "description": "Your b-day"
      },
      "one": {
        "description": "{one} param is described here without redefining the type. should be ok."
      }
    }
  }
}