aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gettext-parser/test/fixtures/latin13-mo.json
blob: c91b4f78e3600a94c58041da2d5ba1011c4e9f48 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
    "charset": "iso-8859-13",
    "headers": {
        "project-id-version": "gettext-parser",
        "report-msgid-bugs-to": "andris@node.ee",
        "pot-creation-date": "2012-05-18 14:28:00+03:00",
        "po-revision-date": "2012-05-18 14:44+0300",
        "last-translator": "Andris Reinman <andris@kreata.ee>",
        "language-team": "gettext-parser <andris@node.ee>",
        "mime-version": "1.0",
        "content-type": "text/plain; charset=iso-8859-13",
        "content-transfer-encoding": "8bit",
        "language": "",
        "plural-forms": "nplurals=2; plural=(n!=1);",
        "x-poedit-language": "Estonian",
        "x-poedit-country": "ESTONIA",
        "x-poedit-sourcecharset": "iso-8859-13"
    },
    "translations": {
        "": {
            "": {
                "msgid": "",
                "msgstr": [
                    "Project-Id-Version: gettext-parser\nReport-Msgid-Bugs-To: andris@node.ee\nPOT-Creation-Date: 2012-05-18 14:28:00+03:00\nPO-Revision-Date: 2012-05-18 14:44+0300\nLast-Translator: Andris Reinman <andris@kreata.ee>\nLanguage-Team: gettext-parser <andris@node.ee>\nMIME-Version: 1.0\nContent-Type: text/plain; charset=iso-8859-13\nContent-Transfer-Encoding: 8bit\nLanguage: \nPlural-Forms: nplurals=2; plural=(n!=1);\nX-Poedit-Language: Estonian\nX-Poedit-Country: ESTONIA\nX-Poedit-Sourcecharset: iso-8859-13\n"
                ]
            },
            "o1": {
                "msgid": "o1",
                "msgstr": [
                    "t1"
                ]
            },
            "o2-1": {
                "msgid": "o2-1",
                "msgid_plural": "o2-2",
                "msgstr": [
                    "t2-1",
                    "t2-2"
                ]
            },
            "o3-õäöü": {
                "msgid": "o3-õäöü",
                "msgstr": [
                    "t3-žš"
                ]
            }
        },
        "c1": {
            "co1": {
                "msgctxt": "c1",
                "msgid": "co1",
                "msgstr": [
                    "ct1"
                ]
            }
        },
        "c2": {
            "co2-1": {
                "msgctxt": "c2",
                "msgid": "co2-1",
                "msgid_plural": "co2-2",
                "msgstr": [
                    "ct2-1",
                    "ct2-2"
                ]
            }
        }
    }
}