29 lines
605 B
JSON
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"
|
|
}
|
|
]
|
|
} |