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',
},
},
],
},

View File

@@ -6,9 +6,7 @@ const menu: MenuModule = {
menu: {
name: t('routes.demo.comp.comp'),
path: '/comp',
tag: {
dot: true,
},
children: [
{
path: 'basic',
@@ -119,9 +117,6 @@ const menu: MenuModule = {
{
path: 'cropper',
name: t('routes.demo.comp.cropperImage'),
tag: {
content: 'new',
},
},
{
path: 'countTo',

View File

@@ -6,9 +6,6 @@ const menu: MenuModule = {
menu: {
name: t('routes.demo.feat.feat'),
path: '/feat',
tag: {
dot: true,
},
children: [
{
@@ -35,9 +32,6 @@ const menu: MenuModule = {
{
path: 'print',
name: t('routes.demo.feat.print'),
tag: {
content: 'new',
},
},
{
path: 'click-out-side',

View File

@@ -6,11 +6,17 @@ const menu: MenuModule = {
menu: {
name: t('routes.demo.flow.name'),
path: '/flow',
tag: {
dot: true,
},
children: [
{
path: 'flowChart',
name: t('routes.demo.flow.flowChart'),
tag: {
content: 'new',
},
},
],
},