eshare-locale-bin
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -156,3 +156,3 @@ const tool = require('node-xlsx') | ||
for (const item in en) { | ||
en_content = en_content + `"${item}": "'${en[item]}'",\n` | ||
en_content = en_content + `"${item}": "${en[item]}",\n` | ||
} | ||
@@ -165,3 +165,3 @@ | ||
for (const item in zh) { | ||
zh_content = zh_content + `"${item}": "'${zh[item]}'",\n` | ||
zh_content = zh_content + `"${item}": "${zh[item]}",\n` | ||
} | ||
@@ -168,0 +168,0 @@ |
{ | ||
"name": "eshare-locale-bin", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8943
4