i18n: doing more

This commit is contained in:
Anthony Fu 2022-11-29 15:18:28 +08:00
parent 00ae9d0b6c
commit ea73107c23
9 changed files with 82 additions and 51 deletions

View file

@ -14,6 +14,6 @@
</template>
</VDropdown>
<button v-else btn-solid text-sm px-2 py-1 text-center @click="openSigninDialog()">
Sign in
{{ $t('action.sign_in') }}
</button>
</template>