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" }