github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/test_fixtures/extract_strings/f_option/expected_output/issue16.go.en.json (about)

     1  [
     2      {
     3          "id": "translated",
     4          "translation": "translated"
     5      },
     6      {
     7          "id": "foo",
     8          "translation": "foo"
     9      },
    10      {
    11          "id": "This is a string which has been {{.Translated}}.",
    12          "translation": "This is a string which has been {{.Translated}}."
    13      }
    14  ]