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

     1  - id: greeting
     2    translation: "Bonjour à tous !"
     3  
     4  - id: greeting-plural
     5    translation:
     6      one: "Bonjour, tout seul !"
     7      other: "Bonjour, {{.Count}} personnes !"
     8  
     9  - id: test-format
    10    translation: "Bonjour {{.Name}} !"
    11  
    12  - id: test-format-loop
    13    translation: "M. {{.FirstName}} {{.LastName}}"