From f91e2833f7b5fe9113ff1cb54622d4ef7dd04494 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Mon, 22 Jan 2024 17:25:00 +0800 Subject: [PATCH] update --- package.json | 2 +- plugs/i18n/en.ts | 2 ++ plugs/i18n/zh.ts | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index acb793b..1ddb51d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noob-mengyxu", - "version": "0.2.8", + "version": "0.2.9", "main": "index.ts", "module": "index.ts", "keywords": [ diff --git a/plugs/i18n/en.ts b/plugs/i18n/en.ts index 78f2bb6..0eb5776 100644 --- a/plugs/i18n/en.ts +++ b/plugs/i18n/en.ts @@ -17,6 +17,8 @@ export default class English { inactive: 'Inactive', key: 'Key', value: 'Value', + import: 'Import', + export: 'Export' }; pwd = { diff --git a/plugs/i18n/zh.ts b/plugs/i18n/zh.ts index 74851e5..29db071 100644 --- a/plugs/i18n/zh.ts +++ b/plugs/i18n/zh.ts @@ -17,6 +17,8 @@ export default class Zh { inactive: '无效', key: '键', value: '值', + import: '导入', + export: '导出' }; pwd = {