Skip to content

Commit

Permalink
added dep message
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieDover committed Mar 4, 2024
1 parent ab109a6 commit 0e6b508
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"no-systems": "You do not have any json files for this system in your data/totm folder. Please add some to enable this feature.",
"bugreport": "File a Bug Report",
"feedback": "Send Feedback",
"discord": "Discord"
"discord": "Discord",
"depmsg": "Theater Of the Mind has renamed to fvtt-party-sheet. <br/><br/> Please search the new module under <b>\"Party Sheet\"</b> with the package name </b>`fvtt-party-sheet`</b>. </br><br/> I apologize but settings will not be transferred over, and if you have configured hidden characters, you will have to reconfigure them. <br/><br/> This module will no longer be updated. <br/><br/> Thank you for your support. <br/>"
},
"hide-sheet": {
"button": "Configure Hidden Characters",
Expand Down Expand Up @@ -39,4 +40,4 @@
}
}
}
}
}
5 changes: 3 additions & 2 deletions src/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"no-systems": "La carpeta data/totm no contiene archivos JSON para este sistema. Necesitas agregar algunos para activar esta funcionalidad.",
"bugreport": "Dar retroalimentación",
"feedback": "Reportar un fallo",
"discord": "Discord"
"discord": "Discord",
"depmsg": "Theatre Of the Mind ha cambiado de nombre a fvtt-party-sheet. <br/><br/> Busque el nuevo módulo en <b>\"Party Sheet\"</b> con el nombre del paquete </b>`fvtt-party-sheet`</b>. </br><br/> Pido disculpas, pero la configuración no se transferirá y, si ha configurado caracteres ocultos, tendrá que volver a configurarlos. <br/>><br/> Este módulo ya no se actualizará. <br/>><br/> Gracias por su apoyo. <br/>"
},
"hide-sheet": {
"button": "Configurar personajes ocultos",
Expand Down Expand Up @@ -39,4 +40,4 @@
}
}
}
}
}
4 changes: 1 addition & 3 deletions src/module/theater-of-the-mind.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,7 @@ Hooks.on("ready", async () => {
new Dialog({
title: "Theater of the Mind - Important Message",
// @ts-ignore
content: new Handlebars.SafeString(
'Theater Of the Mind has renamed to fvtt-party-sheet. <br/><br/> Please search the new module under <b>"Party Sheet"</b> with the package name </b>`fvtt-party sheet`</b>. </br><br/> This module will no longer be updated. <br/><br/> Thank you for your support.',
),
content: new Handlebars.SafeString(game.i18n.localize("theater-of-the-mind.party-sheet.depmsg")),
buttons: {
update: {
label: "Get the new module",
Expand Down

0 comments on commit 0e6b508

Please sign in to comment.