-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkdevrustsupport.json
52 lines (52 loc) · 1.99 KB
/
kdevrustsupport.json
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
{
"KPlugin": {
"Category": "Language Support",
"Description": "Rust Language Support",
"Description[ca@valencia]": "Implementació del llenguatge Rust",
"Description[ca]": "Implementació del llenguatge Rust",
"Description[cs]": "Podpora jazyka Rust",
"Description[de]": "Sprachunterstützung für Rust ",
"Description[es]": "Implementación del lenguaje Rust",
"Description[fi]": "Rust-kielen tuki",
"Description[fr]": "Prise en charge du langage Rust",
"Description[gl]": "Compatibilidade coa linguaxe Rust.",
"Description[it]": "Supporto al linguaggio Rust",
"Description[nl]": "Ondersteuning van de Rust-taal",
"Description[pt]": "Suporte à Linguagem Rust",
"Description[sk]": "Podpora jazyka Rust",
"Description[sv]": "Rust-språkstöd",
"Description[uk]": "Підтримка мови Rust",
"Description[x-test]": "xxRust Language Supportxx",
"Id": "kdevrustsupport",
"Name": "Rust Support",
"Name[ca@valencia]": "Implementació del Rust",
"Name[ca]": "Implementació del Rust",
"Name[cs]": "Podpora pro Rust",
"Name[de]": "Rust-Unterstützung",
"Name[es]": "Implementación de Rust",
"Name[fi]": "Rust-tuki",
"Name[fr]": "Prise en charge de Rust",
"Name[gl]": "Compatibilidade con Rust",
"Name[it]": "Supporto per Rust",
"Name[nl]": "Ondersteuning van Rust",
"Name[pt]": "Suporte para Rust",
"Name[ru]": "Поддержка Rust",
"Name[sk]": "Podpora Rust",
"Name[sv]": "Rust-stöd",
"Name[uk]": "Підтримка Rust",
"Name[x-test]": "xxRust Supportxx",
"ServiceTypes": [
"KDevelop/Plugin"
]
},
"X-KDevelop-Interfaces": [
"ILanguageSupport"
],
"X-KDevelop-Languages": [
"Rust"
],
"X-KDevelop-Mode": "NoGUI",
"X-KDevelop-SupportedMimeTypes": [
"text/rust"
]
}