mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
* Organized language * Organized high level folders * Some deeper organization * More org. That's enough ._. * Capitalized initial system localization categories
8 lines
No EOL
336 B
Handlebars
8 lines
No EOL
336 B
Handlebars
<div class="daggerheart chat downtime">
|
|
<h2 class="downtime-title-container">
|
|
<div>{{this.player}} {{localize "DAGGERHEART.UI.Chat.deathMove.title"}}</div>
|
|
<div class="downtime-subtitle">{{this.title}}</div>
|
|
</h2>
|
|
<img class="downtime-image" src="{{this.img}}" />
|
|
<div>{{{this.description}}}</div>
|
|
</div> |