summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nicksnyder/go-i18n/goi18n/testdata/input/flat/en-us.one.yaml
blob: 02ae0011b15186ff6cc73029da5067845ad86146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
program_greeting:
  other: "Hello world"

your_unread_email_count:
  one: "You have {{.Count}} unread email."
  other: "You have {{.Count}} unread emails."

my_height_in_meters:
  one: "I am {{.Count}} meter tall."
  other: "I am {{.Count}} meters tall."

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

d_days:
  other: "this should get overwritten"