mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-22 08:24:53 +01:00
i18n support for calculator character and weapon resource names
This commit is contained in:
parent
c725d8f2db
commit
c31ef3bde3
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue