1{
2    "KPlugin": {
3        "Authors": [
4            {
5                "Email": "svenbrauch@googlemail.com",
6                "Name": "Sven Brauch",
7                "Name[ca@valencia]": "Sven Brauch",
8                "Name[ca]": "Sven Brauch",
9                "Name[cs]": "Sven Brauch",
10                "Name[de]": "Sven Brauch",
11                "Name[el]": "Sven Brauch",
12                "Name[en_GB]": "Sven Brauch",
13                "Name[es]": "Sven Brauch",
14                "Name[et]": "Sven Brauch",
15                "Name[fi]": "Sven Brauch",
16                "Name[fr]": "Sven Brauch",
17                "Name[gl]": "Sven Brauch",
18                "Name[it]": "Sven Brauch",
19                "Name[ko]": "Sven Brauch",
20                "Name[nl]": "Sven Brauch",
21                "Name[nn]": "Sven Brauch",
22                "Name[pl]": "Sven Brauch",
23                "Name[pt]": "Sven Brauch",
24                "Name[pt_BR]": "Sven Brauch",
25                "Name[ru]": "Sven Brauch",
26                "Name[sk]": "Sven Brauch",
27                "Name[sl]": "Sven Brauch",
28                "Name[sv]": "Sven Brauch",
29                "Name[tr]": "Sven Brauch",
30                "Name[uk]": "Sven Brauch",
31                "Name[x-test]": "xxSven Brauchxx",
32                "Name[zh_CN]": "Sven Brauch",
33                "Name[zh_TW]": "Sven Brauch"
34            }
35        ],
36        "Category": "Language Support",
37        "Description": "Python Language Support",
38        "Description[ca@valencia]": "Implementació del llenguatge Python",
39        "Description[ca]": "Implementació del llenguatge Python",
40        "Description[cs]": "Podpora jazyka Python",
41        "Description[de]": "Sprachunterstützung für Python",
42        "Description[el]": "Υποστήριξη γλώσσας Python",
43        "Description[en_GB]": "Python Language Support",
44        "Description[es]": "Implementación del lenguaje Python",
45        "Description[et]": "Pythoni keele toetus",
46        "Description[fi]": "Python-kielituki",
47        "Description[fr]": "Prise en charge du langage Python",
48        "Description[gl]": "Compatibilidade coa linguaxe Python.",
49        "Description[it]": "Supporto per il linguaggio Python",
50        "Description[ko]": "파이썬 언어 지원",
51        "Description[nl]": "Ondersteuning voor de taal Python",
52        "Description[nn]": "Støtte for språket Python",
53        "Description[pl]": "Obsługa języka Python",
54        "Description[pt]": "Suporte à Linguagem Python",
55        "Description[pt_BR]": "Suporte à linguagem Python",
56        "Description[ru]": "Поддержка языка программирования Python",
57        "Description[sk]": "Podpora jazyka Python",
58        "Description[sl]": "Podpora jeziku Python",
59        "Description[sv]": "Stöd för språket Python",
60        "Description[tr]": "Python Dil Desteği",
61        "Description[uk]": "Підтримка мови програмування Python",
62        "Description[x-test]": "xxPython Language Supportxx",
63        "Description[zh_CN]": "Python 语言支持",
64        "Description[zh_TW]": "Python 語言支援",
65        "Icon": "text-x-python",
66        "Id": "kdevpythonsupport",
67        "Name": "Python Support",
68        "Name[ca@valencia]": "Implementació de Python",
69        "Name[ca]": "Implementació de Python",
70        "Name[cs]": "Podpora Pythonu",
71        "Name[de]": "Unterstützung für Python",
72        "Name[el]": "Υποστήριξη Python",
73        "Name[en_GB]": "Python Support",
74        "Name[es]": "Implementación de Python",
75        "Name[et]": "Pythoni toetus",
76        "Name[fi]": "Python-tuki",
77        "Name[fr]": "Prise en charge de Python",
78        "Name[gl]": "Compatibilidade con Python",
79        "Name[it]": "Supporto per Python",
80        "Name[ko]": "파이썬 지원",
81        "Name[nl]": "Python-ondersteuning",
82        "Name[nn]": "Python-støtte",
83        "Name[pl]": "Obsługa Pythona",
84        "Name[pt]": "Suporte para Python",
85        "Name[pt_BR]": "Suporte à Python",
86        "Name[ru]": "Поддержка Python",
87        "Name[sk]": "Podpora Pythonu",
88        "Name[sl]": "Podpora Pythonu",
89        "Name[sv]": "Python-stöd",
90        "Name[tr]": "Python Desteği",
91        "Name[uk]": "Підтримка Python",
92        "Name[x-test]": "xxPython Supportxx",
93        "Name[zh_CN]": "Python 支持",
94        "Name[zh_TW]": "Python 支援",
95        "ServiceTypes": [
96            "KDevelop/Plugin"
97        ]
98    },
99    "X-KDevelop-Interfaces": [
100        "ILanguageSupport"
101    ],
102    "X-KDevelop-Languages": [
103        "Python"
104    ],
105    "X-KDevelop-Mode": "NoGUI",
106    "X-KDevelop-SupportedMimeTypes": [
107        "text/x-python",
108        "text/x-python3"
109    ]
110}
111