summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/cmd/gotext/examples/extract_http/locales/en/out.gotext.json
blob: 1391e5848fd25a712c336f9e81fbff9ad0387e66 (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": "en",
    "messages": [
        {
            "id": "Hello {From}!",
            "message": "Hello {From}!",
            "translation": "Hello {From}!",
            "translatorComment": "Copied from source.",
            "placeholders": [
                {
                    "id": "From",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "r.Header.Get(\"From\")"
                }
            ],
            "fuzzy": true
        },
        {
            "id": "Do you like your browser ({User_Agent})?",
            "message": "Do you like your browser ({User_Agent})?",
            "translation": "Do you like your browser ({User_Agent})?",
            "translatorComment": "Copied from source.",
            "placeholders": [
                {
                    "id": "User_Agent",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "r.Header.Get(\"User-Agent\")"
                }
            ],
            "fuzzy": true
        }
    ]
}