UNPKG

vue-translate-auto

Version:

Vue 国际化自动翻译工具 - 自动提取 $t 包裹的字符串并生成多语言文件,支持增量翻译和多种翻译API

51 lines (50 loc) 1.28 kB
{ "name": "vue-translate-auto", "version": "2.0.1", "description": "Vue 国际化自动翻译工具 - 自动提取 $t 包裹的字符串并生成多语言文件,支持增量翻译和多种翻译API", "keywords": [ "i18n", "internationalization", "vue", "translate", "auto-translate", "vue-translate-auto", "youdao", "google-translate", "baidu-translate" ], "main": "index.js", "bin": { "vue-translate-auto": "index.js" }, "scripts": { "postinstall": "node ./install.js", "test": "node index.js", "prepublishOnly": "npm test", "publish:patch": "npm version patch && npm publish", "publish:minor": "npm version minor && npm publish", "publish:major": "npm version major && npm publish", "release": "./scripts/publish.sh" }, "author": "qingjing", "license": "ISC", "repository": { "type": "git", "url": "git+https://gitee.com/D5498543/vue-translate-auto.git" }, "bugs": { "url": "https://gitee.com/D5498543/vue-translate-auto/issues" }, "homepage": "https://gitee.com/D5498543/vue-translate-auto#readme", "engines": { "node": ">=12.0.0" }, "files": [ "index.js", "install.js", "translator.js", "utils.js", "README.md", "LICENSE" ] }