mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Fix] Localization Misses (#381)
* Initial localization adds * Added remaining missing translation use
This commit is contained in:
parent
50ba7408b9
commit
3dd2378ffb
35 changed files with 114 additions and 83 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<section class='tab {{tabs.adversaries.cssClass}} {{tabs.adversaries.id}}' data-tab='{{tabs.adversaries.id}}'
|
||||
data-group='{{tabs.adversaries.group}}'>
|
||||
<button type="button" class="add-action-btn" data-action="addCategory">
|
||||
New Category
|
||||
{{localize "DAGGERHEART.GENERAL.newCategory"}}
|
||||
</button>
|
||||
{{#each document.system.potentialAdversaries as |category categoryId|}}
|
||||
<fieldset class="category-container" data-potential-adversary="{{categoryId}}">
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
{{/each}}
|
||||
</div>
|
||||
<div class="adversaries-dragger">
|
||||
Drop Actors here
|
||||
{{localize "DAGGERHEART.GENERAL.dropActorsHere"}}
|
||||
</div>
|
||||
</fieldset>
|
||||
{{/each}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue