feat: Main => i18n
This commit is contained in:
parent
08fef3ac09
commit
bae9e48afa
6 changed files with 100 additions and 29 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue