github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/test_fixtures/rewrite_package/d_option/expected_output/doption/test2.go.en.json (about)

     1  [
     2     {
     3        "id": "cruel",
     4        "translation": "cruel",
     5        "modified": false
     6     },
     7     {
     8        "id": "Hello {{.Arg0}} world!",
     9        "translation": "Hello {{.Arg0}} world!",
    10        "modified": false
    11     },
    12     {
    13        "id": "Evil",
    14        "translation": "Evil",
    15        "modified": false
    16     },
    17     {
    18        "id": "Bye from {{.Arg0}}",
    19        "translation": "Bye from {{.Arg0}}",
    20        "modified": false
    21     }
    22  ]