fixed mutiliguage issue
This commit is contained in:
parent
08f43a5ec9
commit
f3de156546
@ -1,53 +1,53 @@
|
||||
export default () => ([
|
||||
{
|
||||
scope: 'normal',
|
||||
title: 'dashboard',
|
||||
title: 'dashboard.dashboard',
|
||||
route: 'dashboard',
|
||||
},
|
||||
{
|
||||
scope: 'normal',
|
||||
title: 'blocks',
|
||||
title: 'dashboard.blocks',
|
||||
route: 'blocks',
|
||||
},
|
||||
{
|
||||
scope: 'normal',
|
||||
title: 'staking',
|
||||
title: 'dashboard.staking',
|
||||
route: 'staking',
|
||||
},
|
||||
{
|
||||
scope: 'normal',
|
||||
title: 'governance',
|
||||
title: 'dashboard.governance',
|
||||
route: 'governance',
|
||||
exclude: 'emoney',
|
||||
},
|
||||
{
|
||||
scope: 'normal',
|
||||
title: 'uptime',
|
||||
title: 'dashboard.uptime',
|
||||
route: 'uptime',
|
||||
},
|
||||
{
|
||||
scope: 'normal',
|
||||
title: 'parameters',
|
||||
title: 'dashboard.parameters',
|
||||
route: 'parameters',
|
||||
},
|
||||
{
|
||||
scope: 'normal',
|
||||
title: 'statesync',
|
||||
title: 'dashboard.statesync',
|
||||
route: 'statesync',
|
||||
},
|
||||
{
|
||||
scope: 'normal',
|
||||
title: 'consensus',
|
||||
title: 'dashboard.consensus',
|
||||
route: 'consensus',
|
||||
},
|
||||
{
|
||||
scope: 'cos-mos',
|
||||
title: 'gravity',
|
||||
title: 'dashboard.gravity',
|
||||
route: 'gravity',
|
||||
},
|
||||
{
|
||||
scope: 'osmosis',
|
||||
title: 'trade',
|
||||
title: 'dashboard.trade',
|
||||
route: 'osmosis-trade',
|
||||
},
|
||||
])
|
||||
|
@ -40,6 +40,7 @@
|
||||
},
|
||||
|
||||
"dashboard": {
|
||||
"dashboard": "Dashboard",
|
||||
"staking": "Staking",
|
||||
"governance": "Governance",
|
||||
"summary": "Summary",
|
||||
@ -47,7 +48,9 @@
|
||||
"blockchains": "Blockchains",
|
||||
"uptime": "Uptime",
|
||||
"statesync": "State Sync",
|
||||
"trade": "Trade"
|
||||
"trade": "Trade",
|
||||
"parameters": "Parameters",
|
||||
"consensus": "consensus"
|
||||
},
|
||||
|
||||
"governance-proposal": {
|
||||
|
Loading…
Reference in New Issue
Block a user