feat: Personnel => i18n

This commit is contained in:
puriphatt 2024-04-04 18:08:37 +07:00
parent 858c6a1125
commit 43e718a9b9
5 changed files with 26 additions and 9 deletions

View file

@ -16,7 +16,7 @@ defineProps<{
round
/>
</div>
<div class="row q-mt-sm color-text">{{ label }}</div>
<div v-if="label" class="row q-mt-sm color-text">{{ $t(label) }}</div>
</div>
</template>

View file

@ -27,7 +27,7 @@ defineProps<{
"
@click="selector = v.label"
>
<q-item-section>{{ v.label }}</q-item-section>
<q-item-section>{{ $t(v.label) }}</q-item-section>
<div class="dot text-weight-bold">1</div>
</q-item>
</q-list>