perf: merge locale file

This commit is contained in:
Vben
2021-04-17 18:39:18 +08:00
parent e1bc33f5c5
commit c04e8943bc
59 changed files with 673 additions and 686 deletions

View File

@@ -6,26 +6,15 @@ const menu: MenuModule = {
menu: {
name: t('routes.dashboard.dashboard'),
path: '/dashboard',
tag: {
dot: true,
type: 'warn',
},
children: [
{
path: 'analysis',
name: t('routes.dashboard.analysis'),
tag: {
dot: true,
type: 'warn',
},
},
{
path: 'workbench',
name: t('routes.dashboard.workbench'),
tag: {
dot: true,
type: 'warn',
},
},
],
},