feat(i18n): improve translations of command palette and others (#341)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
parent
4214202b79
commit
e8bdceac68
5 changed files with 42 additions and 21 deletions
|
@ -35,7 +35,7 @@
|
|||
<AccountInfo :account="currentUser.account" md:break-words />
|
||||
</NuxtLink>
|
||||
<VDropdown :distance="0" placement="bottom-end">
|
||||
<button btn-action-icon aria-label="Switch account">
|
||||
<button btn-action-icon :aria-label="$t('action.switch_account')">
|
||||
<div i-ri:more-2-line />
|
||||
</button>
|
||||
<template #popper>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue