feat: internationalize various components and views with i18n translations
This commit is contained in:
@@ -168,7 +168,7 @@ function getAccountTypeName(type: AccountType) {
|
||||
<Field name="assetCode">
|
||||
<template #default="{ value }">
|
||||
<ion-label class="block text-sm font-medium mb-2">
|
||||
选择币种
|
||||
{{ t('wallet.transfer.selectCurrency') }}
|
||||
</ion-label>
|
||||
<div
|
||||
class="flex items-center justify-between bg-faint rounded-2xl p-4 cursor-pointer"
|
||||
@@ -239,7 +239,7 @@ function getAccountTypeName(type: AccountType) {
|
||||
class="absolute right-0 top-10.5 text-sm font-semibold z-10"
|
||||
@click="setMaxAmount"
|
||||
>
|
||||
全部
|
||||
{{ t('wallet.transfer.all') }}
|
||||
</ion-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user