forked from xdy/foundryvtt-lang-sv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
47 lines (47 loc) · 1.28 KB
/
module.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
{
"name" : "lang-sv",
"title" : "Swedish [Core]",
"version" : "1.1.1",
"minimumCoreVersion" : "0.7.9",
"compatibleCoreVersion" : "10",
"compatibility": {
"minimum": "0.7.9",
"verified": "10"
},
"author" : "xdy",
"description" : "Swedish language support for Foundry VTT",
"coreTranslation": true,
"languages" : [
{
"lang" : "sv",
"name" : "Svenska",
"path" : "sv.json"
}
],
"packs" : [],
"scripts" : [],
"styles" : [],
"url" : "https://github.com/xdy/foundryvtt-lang-sv",
"manifest" : "https://raw.githubusercontent.com/xdy/foundryvtt-lang-sv/master/module.json",
"download" : "https://github.com/xdy/foundryvtt-lang-sv/archive/v1.1.1.zip",
"manifestPlusVersion": "1.0.0",
"authors": [
{
"name": "Jonas Karlsson",
"url": "https://gnu.xdy.se/home",
"discord": "xdy#3735",
"twitter": "@xdy",
"reddit": "u/xdydxy"
}
],
"media": [
{
"type": "icon",
"url": "https://raw.githubusercontent.com/xdy/foundryvtt-lang-sv/master/foundry_lang_sv.svg"
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/xdy/foundryvtt-lang-sv/master/foundry_lang_sv.svg"
}
]
}