v1.0.0
This commit is contained in:
29
module.json
Normal file
29
module.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"id": "translate-all",
|
||||
"title": "Translate All",
|
||||
"description": "Adds a button to translate item/spell and Journal descriptions using ChatGPT.",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"maximum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "https://gitea.local.lab/Lbenedar",
|
||||
"discord": "Lbenedar"
|
||||
}
|
||||
],
|
||||
"url": "https://gitea.local.lab/Lbenedar/translate-all",
|
||||
"esmodules": [
|
||||
"scripts/main.js"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user