json-excel-cli
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "json-excel-cli", | ||
"version": "1.0.4", | ||
"description": "", | ||
"version": "1.0.5", | ||
"description": "Convert language json file to excel file, convert excel file to language json file", | ||
"main": "index.js", | ||
@@ -13,3 +13,3 @@ "bin": { | ||
"keywords": [ | ||
"json2excel" | ||
"json, excel, internationalization, json2excel, json-excel-cli" | ||
], | ||
@@ -29,3 +29,4 @@ "author": "chendq", | ||
"xlsx": "^0.15.6" | ||
} | ||
}, | ||
"devDependencies": {} | ||
} |
@@ -7,5 +7,5 @@ ## json2excel - 多语言资源文件转换成 excel 表 | ||
- 结合中文、英文资源文件生成中英文对照 excel 表(json => xls、xlsx) | ||
- 结合中文、英文资源文件生成中英文对照 excel 表(json、js => xls、xlsx) | ||
- 根据中文对照表转换成中文和英文资源文件(xls、xlsx => json) | ||
- 以原中文资源文件为依据,结合原英文资源文件和专业翻译人员提供的中英文对照表进行增量合并,生成新的中英文 json 文件(xls、xlsx,json => json) | ||
- 以原中文资源文件为依据,结合原英文资源文件和专业翻译人员提供的中英文对照表进行增量合并,生成新的中英文 json 文件(xls、xlsx,json、js => json) | ||
@@ -12,0 +12,0 @@ > 应用场景 |
18194
8
397