Reorganizing languages files properties
This commit is contained in:
@@ -30,15 +30,15 @@
|
||||
<input class="select-on-focus" type="number" name="data.xp_used" value="{{data.data.xp_used}}" data-dtype="Number" min="0" placeholder="0" />
|
||||
</label>
|
||||
<label class="attribute">
|
||||
{{localize 'l5r5e.rank' }}
|
||||
{{localize 'l5r5e.sheets.rank' }}
|
||||
<input class="select-on-focus" type="number" name="data.rank" value="{{data.data.rank}}" data-dtype="Number" min="0" placeholder="0" />
|
||||
</label>
|
||||
<label class="attribute">
|
||||
{{localize 'l5r5e.bought_at_rank'}}
|
||||
{{localize 'l5r5e.sheets.bought_at_rank'}}
|
||||
<input class="select-on-focus" type="number" name="data.bought_at_rank" value="{{data.data.bought_at_rank}}" data-dtype="Number" min="0" placeholder="0" />
|
||||
</label>
|
||||
<label class="attribute full">
|
||||
{{localize 'l5r5e.types' }}
|
||||
{{localize 'l5r5e.sheets.types' }}
|
||||
<input type="text" name="data.types" value="{{data.data.types}}" />
|
||||
</label>
|
||||
</article>
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
<section class="sheet-body">
|
||||
<ul>
|
||||
<li>
|
||||
<strong>{{localize 'l5r5e.rings.title'}}</strong> : {{localizeRing data.data.ring}}
|
||||
<strong>{{localize 'l5r5e.rings.label'}}</strong> : {{localizeRing data.data.ring}}
|
||||
</li>
|
||||
<li>
|
||||
<strong>{{localize 'l5r5e.types'}}</strong> : {{localize (localize 'l5r5e.peculiarities.types.{type}' type=data.data.peculiarity_type)}}
|
||||
<strong>{{localize 'l5r5e.sheets.types'}}</strong> : {{localize (localize 'l5r5e.peculiarities.types.{type}' type=data.data.peculiarity_type)}}
|
||||
</li>
|
||||
<li>
|
||||
<strong>{{localize 'l5r5e.advancements.curriculum'}}</strong> : {{localizeYesNo data.data.in_curriculum}}
|
||||
@@ -17,17 +17,17 @@
|
||||
<strong>{{localize 'l5r5e.advancements.spent'}}</strong> : {{data.data.xp_used}}
|
||||
</li>
|
||||
<li>
|
||||
<strong>{{localize 'l5r5e.rank'}}</strong> : {{data.data.rank}}
|
||||
<strong>{{localize 'l5r5e.sheets.rank'}}</strong> : {{data.data.rank}}
|
||||
</li>
|
||||
<li>
|
||||
<strong>{{localize 'l5r5e.bought_at_rank'}}</strong> : {{data.data.bought_at_rank}}
|
||||
<strong>{{localize 'l5r5e.sheets.bought_at_rank'}}</strong> : {{data.data.bought_at_rank}}
|
||||
</li>
|
||||
<li>
|
||||
<strong>{{localize 'l5r5e.types'}}</strong> : {{data.data.types}}
|
||||
<strong>{{localize 'l5r5e.sheets.types'}}</strong> : {{data.data.types}}
|
||||
</li>
|
||||
</ul>
|
||||
{{!--item-infos--}}
|
||||
<p><strong>{{localize 'l5r5e.description'}}</strong> : {{{data.data.description}}}</p>
|
||||
<p><strong>{{localize 'l5r5e.book_reference'}}</strong> : {{data.data.book_reference}}</p>
|
||||
<p><strong>{{localize 'l5r5e.sheets.description'}}</strong> : {{{data.data.description}}}</p>
|
||||
<p><strong>{{localize 'l5r5e.sheets.book_reference'}}</strong> : {{data.data.book_reference}}</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user