From 679b5ea069a03e463997fd3e87466b17e83eb601 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Tue, 10 Mar 2026 22:44:14 +0100 Subject: [PATCH] Fixed translation --- lang/en.json | 5 +++++ .../settings/appearance-settings/diceSoNice.hbs | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/lang/en.json b/lang/en.json index b0881c28..b5aad2a3 100755 --- a/lang/en.json +++ b/lang/en.json @@ -2312,6 +2312,7 @@ "plurial": "Players" }, "portrait": "Portrait", + "preview": "Preview", "proficiency": "Proficiency", "quantity": "Quantity", "range": "Range", @@ -2734,6 +2735,10 @@ "label": "Appearance Settings", "hint": "Modify the look of various parts of the system", "duality": "Duality Rolls", + "globalAnimations": "Global Animations", + "diceAppearance": "Dice Appearance", + "animations": "Animations", + "previewAnimation": "Preview Animation", "diceSoNice": { "title": "Dice So Nice", "hint": "Coloration of Duality dice if the Dice So Nice module is used.", diff --git a/templates/settings/appearance-settings/diceSoNice.hbs b/templates/settings/appearance-settings/diceSoNice.hbs index acb5c0ba..b66274ec 100644 --- a/templates/settings/appearance-settings/diceSoNice.hbs +++ b/templates/settings/appearance-settings/diceSoNice.hbs @@ -2,10 +2,10 @@
{{localize "DAGGERHEART.SETTINGS.Menu.appearance.diceSoNice.hint"}}
-

{{localize "Global Animations"}}

+

{{localize "DAGGERHEART.SETTINGS.Menu.appearance.globalAnimations"}}

- + {{formInput fields.diceSoNice.fields.sfx.fields.critical.fields.class value=setting.diceSoNice.sfx.critical.class blank="" localize=true}}
@@ -28,7 +28,7 @@ {{#each dsnTabs as |dsnTab|}}
-

{{localize "Dice Appearance"}}

+

{{localize "DAGGERHEART.SETTINGS.Menu.appearance.diceAppearance"}}

@@ -70,21 +70,21 @@
{{#if dsnTab.animations}} -

{{localize "Animations"}}

+

{{localize "DAGGERHEART.SETTINGS.Menu.appearance.animations"}}

- + {{formInput fields.sfx.fields.higher.fields.class value=values.sfx.higher.class blank="" localize=true}}
{{/if}}