unified keys for localizations for headings
- keys now start with 'DS4.Heading' - removed unused DS4.DescriptionAbbr
This commit is contained in:
parent
98f31d9e8c
commit
fb711bc024
7 changed files with 17 additions and 18 deletions
|
@ -90,9 +90,9 @@
|
|||
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<a class="item" data-tab="description">{{localize 'DS4.Description'}}</a>
|
||||
<a class="item" data-tab="talents">{{localize 'DS4.Talents'}}</a>
|
||||
<a class="item" data-tab="items">{{localize 'DS4.Items'}}</a>
|
||||
<a class="item" data-tab="description">{{localize 'DS4.HeadingDescription'}}</a>
|
||||
<a class="item" data-tab="talents">{{localize 'DS4.HeadingTalents'}}</a>
|
||||
<a class="item" data-tab="items">{{localize 'DS4.HeadingItems'}}</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
{{!-- item type specifics --}}
|
||||
{{> @partial-block }}
|
||||
{{!-- description --}}
|
||||
<div class="flex4">{{localize 'DS4.Description'}}</div>
|
||||
<div class="flex4">{{localize 'DS4.HeadingDescription'}}</div>
|
||||
{{!-- add button --}}
|
||||
{{> addItemButton dataType=dataType }}
|
||||
</li>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
{{!-- rank info --}}
|
||||
<div class="flex3">{{localize 'DS4.TalentRank'}}</div>
|
||||
{{!-- description --}}
|
||||
<div class="flex4">{{localize 'DS4.Description'}}</div>
|
||||
<div class="flex4">{{localize 'DS4.HeadingDescription'}}</div>
|
||||
{{!-- add button --}}
|
||||
{{> addItemButton dataType='talent' }}
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue