Trying to translate wish detail item

This commit is contained in:
lakejason0 2022-12-25 12:31:56 +08:00 committed by GitHub
parent 4ec9550185
commit a7a3ea0299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@
</table> </table>
<div class="flex flex-wrap mt-4"> <div class="flex flex-wrap mt-4">
{#each banner.legendary as pull} {#each banner.legendary as pull}
<span class="pity">{pull.name} <span style={calculateColor((90 - pull.pity) / 90)}>{pull.pity}</span></span> <span class="pity">{$t(pull.name)} <span style={calculateColor((90 - pull.pity) / 90)}>{pull.pity}</span></span>
{/each} {/each}
</div> </div>
</div> </div>