From 7ec3d739159e08c60f52a88cda700d2f3f61cef9 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Fri, 7 Aug 2026 09:13:14 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20cl=C3=A9=20i18n=20manquante=20VERMINE.cl?= =?UTF-8?q?ose=20(boutons=20affichaient=20'VERMINE.CLOSE')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La clé 'close' du fichier lang était en fait la compétence 'Corps-à-corps' (SKILLS.close) : les dialogues totem et Fiabilité affichaient la clé brute 'VERMINE.CLOSE'. Ajout de VERMINE.close = 'Fermer'/'Close', utilisé par les deux dialogues. --- lang/en.json | 1 + lang/fr.json | 1 + templates/dialogs/reliability-dialog.hbs | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/en.json b/lang/en.json index 0610193..b67510c 100644 --- a/lang/en.json +++ b/lang/en.json @@ -568,6 +568,7 @@ }, "roll": "Roll", "cancel": "Cancel", + "close": "Close", "playMode": "Play Mode", "editMode": "Edit Mode" }, diff --git a/lang/fr.json b/lang/fr.json index b65ca1c..6704da9 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -576,6 +576,7 @@ "RollTool": "Outil de lancer de dés", "roll": "Lancer", "cancel": "Annuler", + "close": "Fermer", "Sheet": { "character": "Personnage", "npc": "PNJ", diff --git a/templates/dialogs/reliability-dialog.hbs b/templates/dialogs/reliability-dialog.hbs index e9ebae2..1e77b19 100644 --- a/templates/dialogs/reliability-dialog.hbs +++ b/templates/dialogs/reliability-dialog.hbs @@ -48,6 +48,6 @@