From 1fb696e6c6beb439ec37dd4442c26d51717128f0 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Mon, 5 Jun 2023 16:30:29 +0800 Subject: [PATCH] feat: add i18n --- src/plugins/i18n/locales/cn.json | 3 ++- src/plugins/i18n/locales/en.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/plugins/i18n/locales/cn.json b/src/plugins/i18n/locales/cn.json index c2f010df..e73441e3 100644 --- a/src/plugins/i18n/locales/cn.json +++ b/src/plugins/i18n/locales/cn.json @@ -5,7 +5,8 @@ "staking": "质押生息", "governance": "社区治理", "parameters": "参数", - "uptime": "状态" + "uptime": "状态", + "consensus": "Consensus" }, "index": { "slogan": "Ping Dashboard 是一个区块链浏览器,也是一个网页钱包,还有更多 ... 🛠", diff --git a/src/plugins/i18n/locales/en.json b/src/plugins/i18n/locales/en.json index fa57d67c..33da7d76 100644 --- a/src/plugins/i18n/locales/en.json +++ b/src/plugins/i18n/locales/en.json @@ -9,7 +9,8 @@ "state-sync": "State Sync", "cosmwasm": "Cosmwasm", "widget": "Widgets", - "ibc": "IBC" + "ibc": "IBC", + "consensus": "Consensus" }, "index": { "slogan": "Ping Dashboard is not just an explorer but also a wallet and more ... 🛠",