Reorganizing languages files properties
This commit is contained in:
@@ -25,22 +25,22 @@
|
||||
{{#if chatData.displaySummary}}
|
||||
{{#chatData.l5r5e.summary}}
|
||||
<ul>
|
||||
<li>{{localize "l5r5e.chatdices.successes"}}: {{this.success}}</li>
|
||||
<li>{{localize "l5r5e.dice.chat.successes"}}: {{this.success}}</li>
|
||||
|
||||
{{#if explosive}}
|
||||
<li>{{localize "l5r5e.chatdices.explosives"}}: {{this.explosive}}</li>
|
||||
<li>{{localize "l5r5e.dice.chat.explosives"}}: {{this.explosive}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if opportunity}}
|
||||
<li>{{localize "l5r5e.chatdices.opportunities"}}: {{this.opportunity}}</li>
|
||||
<li>{{localize "l5r5e.dice.chat.opportunities"}}: {{this.opportunity}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if strife}}
|
||||
<li>{{localize "l5r5e.chatdices.strife"}}: {{this.strife}}</li>
|
||||
<li>{{localize "l5r5e.dice.chat.strife"}}: {{this.strife}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if difficulty}}
|
||||
<li>{{localize "l5r5e.chatdices.difficulty"}}: {{this.difficulty}}</li>
|
||||
<li>{{localize "l5r5e.dice.chat.difficulty"}}: {{this.difficulty}}</li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{/chatData.l5r5e.summary}}
|
||||
|
||||
Reference in New Issue
Block a user