Corrections sur les clés de label manquantes
Some checks failed
Release Creation / build (release) Failing after 54s

This commit is contained in:
2026-04-16 21:52:56 +02:00
parent 56ed6c7567
commit 1d6e6dd44e
25 changed files with 252 additions and 161 deletions

View File

@@ -32,7 +32,7 @@ export class DonjonEtCieRollDialog {
buttons: [
{
action: "roll",
label: "Lancer",
label: game.i18n.localize("DNC.UI.RollAction"),
icon: "fa-solid fa-bolt",
default: true,
callback: async (event, button) => {
@@ -70,7 +70,7 @@ export class DonjonEtCieRollDialog {
buttons: [
{
action: "roll",
label: "Lancer",
label: game.i18n.localize("DNC.UI.RollAction"),
icon: "fa-solid fa-dice-d20",
default: true,
callback: async (event, button) => {
@@ -107,7 +107,7 @@ export class DonjonEtCieRollDialog {
buttons: [
{
action: "roll",
label: "Attaquer",
label: game.i18n.localize("DNC.UI.AttackAction"),
icon: "fa-solid fa-sword",
default: true,
callback: async (event, button) => {
@@ -153,7 +153,7 @@ export class DonjonEtCieRollDialog {
buttons: [
{
action: "roll",
label: "Lancer",
label: game.i18n.localize("DNC.UI.RollAction"),
icon: "fa-solid fa-wand-magic-sparkles",
default: true,
callback: async (event, button) => {
@@ -185,7 +185,7 @@ export class DonjonEtCieRollDialog {
buttons: [
{
action: "roll",
label: "Utiliser",
label: game.i18n.localize("DNC.UI.UseAction"),
icon: "fa-solid fa-hourglass-half",
default: true,
callback: async (event, button) => {
@@ -218,7 +218,7 @@ export class DonjonEtCieRollDialog {
buttons: [
{
action: "roll",
label: "Lancer",
label: game.i18n.localize("DNC.UI.RollAction"),
icon: "fa-solid fa-burst",
default: true,
callback: async (event, button) => {