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

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