-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
34 lines (34 loc) · 1.05 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
{
"id": "locale-en-au",
"title": "En-AU Core Translation/Locale",
"description": "Optimise FoundryVTT core dialogues with a less American flavour.",
"version": "1.0.4",
"url": "https://github.com/FoxLee/fvtt-locale-en-au/",
"manifest": "https://github.com/FoxLee/fvtt-locale-en-au/releases/latest/download/module.json",
"download": "https://github.com/FoxLee/fvtt-locale-en-au/releases/latest/download/module.zip",
"license": "https://github.com/FoxLee/fvtt-locale-en-au/blob/main/LICENSE",
"readme": "https://github.com/FoxLee/fvtt-locale-en-au/blob/main/README.md",
"bugs": "https://github.com/FoxLee/fvtt-locale-en-au/issues",
"compatibility": {
"minimum": "9",
"verified": "11.315"
},
"authors": [
{
"name": "Fox Lee",
"url": "https://www.invincible.ink",
"discord": "Fox#3590",
"email": "[email protected]",
"flags": {}
}
],
"coreTranslation": true,
"languages": [
{
"lang": "en-AU",
"name": "Australian English",
"path": "en-au.json",
"flags": {}
}
]
}