mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-23 07:09:33 +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>
|
</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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue