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
|
@ -86,7 +86,7 @@
|
|||
<section class="panel abilities">
|
||||
{{!-- Ability Scores --}}
|
||||
<section class="scores">
|
||||
<h1>{{localize "SW5E.Ability" }}</h1>
|
||||
<h1>{{localize "SW5E.AbilityScores" }}</h1>
|
||||
<ol>
|
||||
{{#each data.abilities as |ability id|}}
|
||||
<li class="ability {{#if ability.proficient}}proficient{{/if}}" data-ability="{{id}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue