{
	"Hello": "Hello",
	"Hello %s, how are you today?": "Hello %s, how are you today?",
	"weekend": "weekend",
	"Hello %s, how are you today? How was your %s.": "Hello %s, how are you today? How was your %s.",
	"Hi": "Hi",
	"Howdy": "Howdy",
	"%s cat": {
		"one": "%s cat",
		"other": "%s cats"
	},
  "cat": {
    "one": "%s cat",
    "other": "%s cats"
  },
	"There is one monkey in the %%s": {
		"one": "There is one monkey in the %%s",
		"other": "There are %d monkeys in the %%s"
	},
	"tree": "tree",
	"There is one monkey in the %s": {
		"one": "There is one monkey in the %s",
		"other": "There are %d monkeys in the %s"
	},
	"Hello %s": "Hello %s",
	"Hello {{name}}": "Hello {{name}}",
	"Hello {{name}}, how was your %s?": "Hello {{name}}, how was your %s?",
	"format": {
		"date": "DD/MM/YYYY",
		"time": "h:mm:ss a"
	},
	"greeting": {
		"formal": "Hello",
		"informal": "Hi",
		"placeholder": {
			"formal": "Hello %s",
			"informal": "Hi %s",
			"loud": "greeting.placeholder.loud"
		}
	}
}
