rs-i18n
Version:
fast Deep merge and translation i18n json file ,In the process of international development, automatically merge and translate JSON files in other languages
35 lines (34 loc) • 989 B
JSON
{
"name": "rs-i18n",
"version": "0.0.10",
"description": "fast Deep merge and translation i18n json file ,In the process of international development, automatically merge and translate JSON files in other languages",
"main": "rs-i18n.js",
"bin": "./bin/rs-i18n.js",
"scripts": {
"test": "env-cmd -f ./config/dev.js node rs-i18n.js -lan zh-CN,jp",
"help": "node rs-i18n.js -e",
"test_zh-CN": "env-cmd -f ./config/dev.js node rs-i18n.js -lan zh-CN -td",
"test-From-zh": "env-cmd -f ./config/dev.js node rs-i18n.js -f zh-CN -lan zh-CN -td"
},
"author": "frank <8756012@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rs-ink/rs-i18n"
},
"keywords": [
"i18n",
"deep merge",
"json",
"百度翻译",
"国际化",
"深度合并"
],
"dependencies": {
"commander": "^5.1.0",
"dotenv": "^8.2.0",
"env-cmd": "^10.1.0",
"log4js": "^6.3.0",
"request": "^2.88.2"
}
}