GladysProject/Gladys

View on GitHub
server/config/brain/calendar/answers.en.json

Summary

Maintainability
Test Coverage
[
  {
    "label": "calendar.next-event.get-location.success",
    "answers": ["Your next event is {{ event.name }} and is located at {{ event.location }}"]
  },
  {
    "label": "calendar.next-event.get-location.fail",
    "answers": ["I was unable to get your next event."]
  }
]