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 = {