-
Notifications
You must be signed in to change notification settings - Fork 11
/
module.json
69 lines (69 loc) · 1.82 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"id": "FoundryVTT-dnd5e-DE",
"title": "DnD5e German Translation (Deutsch)",
"description": "German language support for the DND 5e system",
"authors": [
{
"name": "mhilbrunner",
"url": "https://github.com/mhilbrunner"
}
],
"url": "https://github.com/mhilbrunner/foundryvtt-dnd5e-lang-de",
"manifest": "https://github.com/mhilbrunner/foundryvtt-dnd5e-lang-de/releases/latest/download/module.json",
"download": "https://github.com/mhilbrunner/foundryvtt-dnd5e-lang-de/releases/download/4.0.4/module.zip",
"version": "4.0.4",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"esmodules": [
"dnd5e-de.js"
],
"styles": [
"styles/modesto-font-fix.css"
],
"languages": [
{
"lang": "de",
"name": "German",
"path": "languages/de.json"
}
],
"packs": [],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "3.0.0",
"verified": "4.0.3"
}
}
],
"requires": [],
"recommends": [
{
"id": "lib-wrapper",
"type": "module",
"reason": "Without libWrapper, some small details like ordinals aren't translated."
},
{
"id": "lang-de",
"type": "module",
"reason": "German core translation. This module is needed for Foundry core UI translations."
},
{
"id": "babele",
"type": "module",
"reason": "Without Babele, compendium content isn't translated."
},
{
"id": "metric-ruler-labels",
"type": "module",
"reason": "Allows to display metric and imperial units on rulers and templates at the same time."
}
]
}
}