-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkdevrustsupport.json
More file actions
40 lines (39 loc) · 1.21 KB
/
kdevrustsupport.json
File metadata and controls
40 lines (39 loc) · 1.21 KB
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
{
"KPlugin": {
"Category": "Language Support",
"Icon": "text-x-qml",
"Id": "kdevrust",
"License": "GPL",
"Name": "Rust Support",
"Name[ca@valencia]": "Implementació del Rust",
"Name[ca]": "Implementació del Rust",
"Name[cs]": "Podpora Rust",
"Name[de]": "Unterstützung für Rust",
"Name[en_GB]": "Rust Support",
"Name[es]": "Implementación de Rust",
"Name[fi]": "Rust-tuki",
"Name[gl]": "Compatibilidade con Rust",
"Name[nl]": "Ondersteuning voor Rust",
"Name[pl]": "Obsługa Rust",
"Name[pt]": "Suporte para Rust",
"Name[pt_BR]": "Suporte à Rust",
"Name[sk]": "Podpora Rust",
"Name[sl]": "Podpora za Rust",
"Name[sv]": "Rust-stöd",
"Name[uk]": "Підтримка Rust",
"Name[x-test]": "xxRust Supportxx",
"Name[zh_CN]": "Rust 支持",
"ServiceTypes": [
"KDevelop/Plugin"
]
},
"X-KDevelop-Interfaces": [
"ILanguageSupport"
],
"X-KDevelop-Language": "Rust",
"X-KDevelop-Mode": "NoGUI",
"X-KDevelop-SupportedMimeTypes": [
"text/rust"
],
"X-KDevelop-Version": 27
}