chore: 更改i18n

This commit is contained in:
dap
2024-10-20 09:47:07 +08:00
parent 39d62a91bc
commit 972e9439b7
12 changed files with 282 additions and 10 deletions

View File

@@ -41,14 +41,14 @@ const menus = computed(() => {
});
},
icon: BookOpenText,
text: $t('widgets.document'),
text: $t('ui.widgets.document'),
},
{
handler: () => {
router.push('/profile');
},
icon: ProfileIcon,
text: $t('widgets.profile'),
text: $t('ui.widgets.profile'),
},
{
handler: () => {
@@ -66,7 +66,7 @@ const menus = computed(() => {
});
},
icon: CircleHelp,
text: $t('widgets.qa'),
text: $t('ui.widgets.qa'),
},
];
/**