This commit is contained in:
lbenedar
2026-03-07 18:03:00 +03:00
commit 7d612f32ee
20 changed files with 6140 additions and 0 deletions

29
module.json Normal file
View 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"
}
]
}