refactor: #245 handle i18n
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
Thanaphon Saengchan 2025-10-14 13:32:30 +07:00
parent 1249f67a0f
commit 6cf8cf28aa

View file

@ -595,10 +595,18 @@ watch(
></q-badge>
</q-avatar>
<span class="text-weight-bold column q-pl-md">
{{ props.row.name }}
{{
$i18n.locale === 'tha'
? props.row.name
: props.row.nameEN
}}
<span class="text-caption app-text-muted-2">
{{ props.row.nameEN }}
{{
$i18n.locale === 'tha'
? props.row.nameEN
: props.row.name
}}
</span>
</span>
<nav