github.com/xenophex/i18n4go@v0.2.7-0.20160907212557-40256cda157a/test_fixtures/rewrite_package/i18n_strings_filename_option/input_files/test_templated_strings.go.en.json (about)

     1  [
     2     {
     3        "id": "cruel",
     4        "translation": "cruel"
     5     },
     6     {
     7        "id": "Hello {{.Name}} world!",
     8        "translation": "Hello {{.Name}} world!"
     9     },
    10     {
    11        "id": "Hello {{Not complex}} world! I am",
    12        "translation": "Hello {{Not complex}} world! I am"
    13     },
    14     {
    15        "id": "Hello {{.Name}} world! {{.Number}} times",
    16        "translation": "Hello {{.Name}} world! {{.Number}} times"
    17     }
    18  ]