Fixed some missing translations (#1386)

This commit is contained in:
WBHarry 2025-12-08 01:22:28 +01:00 committed by GitHub
parent 28976bb4b8
commit d6b1c7a36c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 25 additions and 18 deletions

View file

@ -33,7 +33,7 @@
class="dice reroll-button {{../dice}}"
data-die-index="0" data-type="damage" data-damage-type="{{@../../../key}}" data-part="{{@../../key}}" data-dice="{{@../key}}" data-result="{{@key}}"
>
{{#if hasRerolls}}<i class="fa-solid fa-dice dice-rerolled" data-tooltip="{{localize "Rerolled"}}"></i>{{/if}}
{{#if hasRerolls}}<i class="fa-solid fa-dice dice-rerolled" data-tooltip="{{localize "DAGGERHEART.GENERAL.rerolled"}}"></i>{{/if}}
{{result}}
</div>
</div>