feat: Main => i18n

This commit is contained in:
puriphatt 2024-04-04 11:28:52 +07:00
parent 08fef3ac09
commit bae9e48afa
6 changed files with 100 additions and 29 deletions

View file

@ -53,8 +53,8 @@ function navigateTo(destination: string) {
/>
</AppCircle>
<div class="column items-center q-mt-md text-center">
<span style="font-weight: var(--font-weight-8)">{{ v.title }}</span>
<span style="color: rgba(130 130 130 / 0.7)">{{ v.caption }}</span>
<span style="font-weight: var(--font-weight-8)">{{ $t(v.title) }}</span>
<span style="color: rgba(130 130 130 / 0.7)">{{ $t(v.caption) }}</span>
</div>
</AppBox>
</div>