mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-29 03:32:44 +01:00
Add missing locale
This commit is contained in:
parent
5b3c6f76b4
commit
96e7296f16
2 changed files with 8 additions and 2 deletions
|
@ -89,7 +89,13 @@
|
||||||
label={$t('sidebar.calculator')}
|
label={$t('sidebar.calculator')}
|
||||||
href="/calculator"
|
href="/calculator"
|
||||||
/>
|
/>
|
||||||
<SidebarItem on:clicked={close} active={segment === 'items'} image="/images/items.png" label="Items" href="/items" />
|
<SidebarItem
|
||||||
|
on:clicked={close}
|
||||||
|
active={segment === 'items'}
|
||||||
|
image="/images/items.png"
|
||||||
|
label={$t('sidebar.items')}
|
||||||
|
href="/items"
|
||||||
|
/>
|
||||||
<SidebarItem
|
<SidebarItem
|
||||||
on:clicked={close}
|
on:clicked={close}
|
||||||
active={segment === 'todo'}
|
active={segment === 'todo'}
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
<div class="pt-20 lg:ml-64 lg:pt-8 px-4 md:px-8">
|
<div class="pt-20 lg:ml-64 lg:pt-8 px-4 md:px-8">
|
||||||
<div class="flex flex-col md:flex-row mb-4 items-center">
|
<div class="flex flex-col md:flex-row mb-4 items-center">
|
||||||
<h1 class="font-display font-black text-5xl text-white text-center md:text-left md:mr-4">Wish Counter</h1>
|
<h1 class="font-display font-black text-5xl text-white text-center md:text-left md:mr-4">{$t('wish.title')}</h1>
|
||||||
<Button className="mr-2 hidden md:block" on:click={openImport}>
|
<Button className="mr-2 hidden md:block" on:click={openImport}>
|
||||||
<Icon size={0.8} path={mdiDatabaseImport} />
|
<Icon size={0.8} path={mdiDatabaseImport} />
|
||||||
{$t('wish.autoImport')}
|
{$t('wish.autoImport')}
|
||||||
|
|
Loading…
Reference in a new issue