[feat] chinese selection

This commit is contained in:
kwaroran
2023-06-05 02:05:26 +09:00
parent 4ca990a39b
commit ab9d75abc2
2 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,11 @@
$DataBase.language='ko'
step = 1
}}> 한국어</button>
<button class="hover:text-green-500 transition-colors" on:click={() => {
changeLanguage('cn')
$DataBase.language='cn'
step = 1
}}> 中文</button>
</div>
{:else if step === 1}