summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/zh/out.gotext.json
blob: 7b26974d597cccdce2a376acfd8c8c45ec63a1ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "language": "zh",
    "messages": [
        {
            "id": "Hello {From}!",
            "message": "Hello {From}!",
            "translation": "",
            "placeholders": [
                {
                    "id": "From",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "r.Header.Get(\"From\")"
                }
            ]
        },
        {
            "id": "Do you like your browser ({User_Agent})?",
            "message": "Do you like your browser ({User_Agent})?",
            "translation": "",
            "placeholders": [
                {
                    "id": "User_Agent",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "r.Header.Get(\"User-Agent\")"
                }
            ]
        }
    ]
}