mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Language Organization (#281)
* Organized language * Organized high level folders * Some deeper organization * More org. That's enough ._. * Capitalized initial system localization categories
This commit is contained in:
parent
8a7ff2306a
commit
488844603a
149 changed files with 2130 additions and 2512 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<img class='profile' src='{{source.img}}' data-action='editImage' data-edit='img' />
|
||||
<div class="item-icons-list">
|
||||
<span class="item-icon">
|
||||
<span class="recall-label">{{localize "DAGGERHEART.Sheets.DomainCard.RecallCost"}}</span>
|
||||
<span class="recall-label">{{localize "DAGGERHEART.ITEMS.DomainCard.recallCost"}}</span>
|
||||
<span class="recall-value">{{source.system.recallCost}}</span>
|
||||
<i class="fa-solid fa-bolt"></i>
|
||||
</span>
|
||||
|
|
@ -12,11 +12,11 @@
|
|||
<div class='item-description'>
|
||||
<h3>{{localize 'TYPES.Item.domainCard'}}</h3>
|
||||
<h3>
|
||||
{{localize (concat 'DAGGERHEART.Domain.CardTypes.' source.system.type)}}
|
||||
{{localize (concat 'DAGGERHEART.CONFIG.DomainCardTypes.' source.system.type)}}
|
||||
<span>-</span>
|
||||
{{localize (concat 'DAGGERHEART.Domains.' source.system.domain '.label')}}
|
||||
{{localize (concat 'DAGGERHEART.GENERAL.Domain.' source.system.domain '.label')}}
|
||||
<span>-</span>
|
||||
{{localize "DAGGERHEART.Sheets.DomainCard.Level"}}:
|
||||
{{localize "DAGGERHEART.GENERAL.level"}}:
|
||||
{{source.system.level}}
|
||||
</h3>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue