Reorganizing languages files properties

This commit is contained in:
Vlyan
2022-02-26 13:27:24 +01:00
parent 0d3ac2ce83
commit b5bb4e04f2
61 changed files with 530 additions and 531 deletions

View File

@@ -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}}