Scripts englisch statt französisch

This commit is contained in:
alzer
2025-05-15 23:03:43 +02:00
parent 0bcbc29f0f
commit d80779f206
503 changed files with 10469 additions and 1616 deletions
+3 -3
View File
@@ -1,16 +1,16 @@
let choice = await Dialog.wait({
title: this.effect.name,
content: `<p><strong>${this.effect.name}</strong>: Est-ce que l'attaque magique ou à distance provient de l'extérieur du Dome?</p>`,
content: `<p><strong>${this.effect.name}</strong>: Is this a ranged or magical attack that orignates outside the Dome?</p>`,
buttons: {
yes: {
label: "Oui",
label: "Yes",
callback: () => {
return true;
}
},
no: {
label: "Non",
label: "No",
callback: () => {
return false;
}