From 70f71b2e705ba959827e0dcb3840536f33993d2c Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Thu, 4 Mar 2021 10:29:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(XPack):=20i18n=20=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/en-US.js | 3 +++ frontend/src/i18n/zh-TW.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 57fc60bf4c..e50427d9b9 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -194,6 +194,9 @@ export default { module: { select_module: "Select module", default_module: "Default module", + }, + report_statistics: { + title: "Report statistics" } }, license: { diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 638240799e..7b0ed63e3b 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -195,6 +195,9 @@ export default { module: { select_module: "選擇模塊", default_module: "默認模塊", + }, + report_statistics: { + title: "報表統計" } }, license: {