i18n support for calculator character and weapon resource names
parent
c725d8f2db
commit
c31ef3bde3
|
@ -542,7 +542,7 @@
|
|||
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
||||
</span>
|
||||
{/if}
|
||||
{res.label}
|
||||
{$t(res.label)}
|
||||
</span>
|
||||
</Checkbox>
|
||||
</div>
|
||||
|
@ -649,7 +649,7 @@
|
|||
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
||||
</span>
|
||||
{/if}
|
||||
{res.label}
|
||||
{$t(res.label)}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -412,7 +412,7 @@
|
|||
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
||||
</span>
|
||||
{/if}
|
||||
{res.label}
|
||||
{$t(res.label)}
|
||||
</span>
|
||||
</Checkbox>
|
||||
</div>
|
||||
|
@ -457,7 +457,7 @@
|
|||
<img class="h-6 inline-block mr-1" src={res.image} alt={res.label} />
|
||||
</span>
|
||||
{/if}
|
||||
{res.label}
|
||||
{$t(res.label)}
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue