i18n support for calculator character and weapon resource names

pull/1/head
Suzuka Asagiri 2022-11-03 21:19:32 +09:00 committed by Made Baruna
parent c725d8f2db
commit c31ef3bde3
2 changed files with 4 additions and 4 deletions

View File

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

View File

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