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

     1  [
     2     {
     3        "id": "Hello {{.Arg0}}({{.Arg1}}) world!, bye from {{.Arg2}}",
     4        "translation": "Hello {{.Arg0}}({{.Arg1}}) world!, bye from {{.Arg2}}"
     5     },
     6     {
     7        "id": "Evil",
     8        "translation": "Evil"
     9     },
    10     {
    11        "id": "Hello {{.Arg0}} world!",
    12        "translation": "Hello {{.Arg0}} world!"
    13     },
    14     {
    15        "id": "Bye {{.Arg0}} world!\n",
    16        "translation": "Bye {{.Arg0}} world!\n"
    17     },
    18     {
    19        "id": "Hello again:\t {{.Arg0}} world!\n",
    20        "translation": "Hello again:\t {{.Arg0}} world!\n"
    21     }
    22  ]