eshare-locale-bin
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -114,6 +114,6 @@ const tool = require('node-xlsx') | ||
fs.writeFile(`./Win_Resource_en.resx`, windowsModal(en_content), err => { | ||
fs.writeFile(`./Resources.en-us`, windowsModal(en_content), err => { | ||
console.log(`写入windows英文资源文件成功`) | ||
}) | ||
fs.writeFile(`./Win_Resource_zh.resx`, windowsModal(zh_content), err => { | ||
fs.writeFile(`./Resources.zh-cn`, windowsModal(zh_content), err => { | ||
console.log(`写入windows中文资源文件成功`) | ||
@@ -120,0 +120,0 @@ }) |
{ | ||
"name": "eshare-locale-bin", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
92282