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
+11 -11
View File
@@ -1,19 +1,19 @@
let specification = this.item.system.specification.value;
let choice = [];
if (!specification || specification == "Compétences entraînées")
if (!specification || specification == "Trained Skills")
{
choice = await ItemDialog.create(ItemDialog.objectToArray({
broken: "Dompté",
drive: "Trait",
entertain: "Divertir",
fetch: "Rapporter",
guard: "Garder",
home: "Revenir à la maison",
magic: "Magie",
mount: "Monture",
war: "Guerre"
}, this.effect.img), "unlimited", "Choisissez un Dressage");
broken: "Broken",
drive: "Drive",
entertain: "Entertain",
fetch: "Fetch",
guard: "Guard",
home: "Home",
magic: "Magic",
mount: "Mount",
war: "War"
}, this.effect.img), "unlimited", "Choose Training");
}
else
{