github.com/xenophex/i18n4go@v0.2.7-0.20160907212557-40256cda157a/test_fixtures/extract_strings/f_option/expected_output/issue45.go.en.json (about)

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