代码拉取完成,页面将自动刷新
同步操作将从 NeatLogic/i18nhelper-vscode 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "i18nhelper",
"displayName": "i18nhelper",
"description": "i18n助手,自动转换选中文本为i18n配置文件中的key,并自动添加不存在的key。",
"publisher": "neatlogic",
"icon": "icon/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/neatlogic/i18nhelper.git"
},
"version": "1.0.0",
"engines": {
"vscode": "^1.76.0"
},
"categories": [
"Snippets",
"Language Packs"
],
"activationEvents": [],
"main": "./src/extension.js",
"configuration": {},
"contributes": {
"commands": [
{
"command": "i18nhelper.configure",
"title": "i18n-config"
},
{
"command": "i18nhelper.replace",
"title": "i18n-replace"
}
],
"menus": {
"editor/context": [
{
"command": "i18nhelper.replace",
"when": "editorTextFocus",
"group": "i18nhelper"
},
{
"command": "i18nhelper.configure",
"group": "i18nhelper"
}
]
}
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "16.x",
"@types/vscode": "^1.76.0",
"@vscode/test-electron": "^2.2.3",
"eslint": "^8.34.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"typescript": "^4.9.5"
},
"README.md": "README.md",
"dependencies": {
"axios": "^1.3.4",
"crypto": "^1.0.1"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。