forked from GitHub-Mirrors/foundry-sw5e
fix a lot of localize not set
This commit is contained in:
parent
4594cbea06
commit
5619a32d84
9 changed files with 48 additions and 30 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
{{!-- HIT POINTS --}}
|
||||
<section>
|
||||
<h1>Hit Points</h1>
|
||||
<h1>{{ localize "SW5E.HP" }}</h1>
|
||||
<div class="attribute-value multiple">
|
||||
<input name="data.attributes.hp.value" type="text" value="{{data.attributes.hp.value}}"
|
||||
data-dtype="Number" placeholder="10" class="value-number" />
|
||||
|
@ -109,7 +109,7 @@
|
|||
</header>
|
||||
{{!-- PC Sheet Navigation --}}
|
||||
<nav class="sheet-navigation root-tabs" data-group="primary">
|
||||
<button class="item active" data-tab="attributes">Core</button>
|
||||
<button class="item active" data-tab="attributes">{{localize "SW5E.Core"}}</button>
|
||||
<button class="item" data-tab="inventory">{{ localize "SW5E.Inventory" }}</button>
|
||||
<button class="item" data-tab="features">{{ localize "SW5E.Features" }}</button>
|
||||
<button class="item" data-tab="force-powerbook">{{ localize "SW5E.ForcePowerbook" }}</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue