mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-24 15:49:24 +01:00
Trying to translate wish detail item
This commit is contained in:
parent
4ec9550185
commit
a7a3ea0299
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
</table>
|
||||
<div class="flex flex-wrap mt-4">
|
||||
{#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}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue