From a68f19f9f20c0b2919969ad05bc87bc8033b7fb7 Mon Sep 17 00:00:00 2001 From: dgflash Date: Thu, 17 Oct 2024 22:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/en.js | 2 ++ i18n/zh.js | 2 ++ package.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/i18n/en.js b/i18n/en.js index b4effa7..694e5de 100644 --- a/i18n/en.js +++ b/i18n/en.js @@ -1,6 +1,8 @@ "use strict"; module.exports = { + name: "Oops Framework", + tools: "Tools", title: "Excel To Json And Ts", description: "Oops framework Excel to JSON data plug-in", excel_to_json: "Excel To Json", diff --git a/i18n/zh.js b/i18n/zh.js index cea82e4..ba146b5 100644 --- a/i18n/zh.js +++ b/i18n/zh.js @@ -1,6 +1,8 @@ "use strict"; module.exports = { + name: "Oops Framework", + tools: "框架工具", title: "Excel转Json与Ts", description: "Oops Framework Excel 转 Json 数据插件", excel_to_json: "Excel To Json", diff --git a/package.json b/package.json index 0402d13..ea861f6 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "menu": [ { - "path": "i18n:menu.extension/oops-framework", + "path": "i18n:oops-plugin-excel-to-json.name/i18n:oops-plugin-excel-to-json.tools", "label": "i18n:oops-plugin-excel-to-json.title", "message": "excelToJson" }