Files
translate-all/module.json
lbenedar 7d612f32ee v1.0.0
2026-03-07 18:03:00 +03:00

29 lines
605 B
JSON

{
"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"
}
]
}