summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nicksnyder/go-i18n/goi18n/testdata/input/flat/en-us.two.json
blob: 06bd28dcda39f8e87a9f58a3f0536e203b43ff0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "person_greeting": {
    "other": "Hello {{.Person}}"
  },

  "person_unread_email_count": {
    "one": "{{.Person}} has {{.Count}} unread email.",
    "other": "{{.Person}} has {{.Count}} unread emails."
  },

  "person_unread_email_count_timeframe": {
    "other": "{{.Person}} has {{.Count}} unread emails in the past {{.Timeframe}}."
  },

  "d_days": {
    "one": "{{.Count}} day",
    "other": "{{.Count}} days"
  }
}