summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/zh/out.gotext.json
blob: cad0ff0359262effd555fedf3dbf951c0b3d3a0b (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
36
37
38
39
{
    "language": "zh",
    "messages": [
        {
            "id": "Hello {From}!\n",
            "key": "Hello %s!\n",
            "message": "Hello {From}!\n",
            "translation": "",
            "placeholders": [
                {
                    "id": "From",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "r.Header.Get(\"From\")"
                }
            ],
            "position": "golang.org/x/text/cmd/gotext/examples/extract_http/pkg/pkg.go:22:11"
        },
        {
            "id": "Do you like your browser ({User_Agent})?\n",
            "key": "Do you like your browser (%s)?\n",
            "message": "Do you like your browser ({User_Agent})?\n",
            "translation": "",
            "placeholders": [
                {
                    "id": "User_Agent",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "r.Header.Get(\"User-Agent\")"
                }
            ],
            "position": "golang.org/x/text/cmd/gotext/examples/extract_http/pkg/pkg.go:24:11"
        }
    ]
}