github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/test_fixtures/fixup/notsogood/multiple_update/translations/zh_CN.all.json (about)

     1  [
     2     {
     3        "id": "Translated hello world!",
     4        "translation": "你好世界!",
     5        "Dirty": false
     6     },
     7     {
     8        "id": "For you and for me",
     9        "translation": "为你,为我",
    10        "Dirty": false
    11     },
    12     {
    13        "id": "Potato",
    14        "translation": "土豆",
    15        "Dirty": true
    16     },
    17     {
    18        "id": "I like bananas.",
    19        "translation": "我喜欢吃香蕉",
    20        "Dirty": true
    21     }
    22  ]