i18n for Calendar

pull/1/head
lakejason0 2022-10-02 15:04:41 +08:00 committed by Made Baruna
parent 24e0c26649
commit e77b9c9e4d
1 changed files with 3 additions and 3 deletions

View File

@ -504,11 +504,11 @@
<table class="text-white">
<tr>
<td class="text-white font-semibold py-1" />
<td class="text-white font-semibold py-1 px-4">Name</td>
<td class="text-white font-semibold py-1 px-4">{$t('wish.detail.name')}</td>
<td class="text-white font-semibold py-1 px-4 text-center">
<Tooltip title={$t('calendar.bannerHover')}>Banner</Tooltip>
<Tooltip title={$t('calendar.bannerHover')}>{$t('wish.detail.banner')}</Tooltip>
</td>
<td class="text-white font-semibold py-1">Time</td>
<td class="text-white font-semibold py-1">{$t('wish.detail.time')}</td>
</tr>
{#each sortedRare as [char, val]}
<tr on:click={() => goToBannerTime(lastBannerStart[char])}>