github.com/jacobsoderblom/buffalo@v0.11.0/middleware/i18n/locales/test.en-us.yaml (about)

     1  - id: greeting
     2    translation: "Hello, World!"
     3  
     4  - id: greeting-plural
     5    translation:
     6      one: "Hello, alone!"
     7      other: "Hello, {{.Count}} people!"
     8  
     9  - id: test-format
    10    translation: "Hello {{.Name}}!"
    11  
    12  - id: test-format-loop
    13    translation: "Mr. {{.FirstName}} {{.LastName}}"