feat(projects): add menu translate [翻译菜单]

This commit is contained in:
Soybean
2023-05-13 14:20:06 +08:00
parent 85b8ef8f88
commit f68285fbe5
12 changed files with 244 additions and 8 deletions

View File

@ -9,6 +9,7 @@ const functionRoute: AuthRoute.Route = {
component: 'self',
meta: {
title: 'Tab',
i18nTitle: 'message.routes.function.tab',
requiresAuth: true,
icon: 'ic:round-tab'
}
@ -41,6 +42,7 @@ const functionRoute: AuthRoute.Route = {
],
meta: {
title: '功能',
i18nTitle: 'message.routes.function._value',
icon: 'icon-park-outline:all-application',
order: 6
}