eshare-locale-bin
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -15,3 +15,2 @@ const tool = require('node-xlsx') | ||
if (index > 0) { | ||
console.log(item) | ||
if (Boolean(item[number])) { | ||
@@ -30,2 +29,3 @@ const key = item[number].toString().replaceAll('\n', '') | ||
exports.generateWindowsV2 = function (data) { | ||
@@ -166,3 +166,3 @@ | ||
for (const item in zh) { | ||
zh_content = zh_content + `${item}: '${zh[item]}',\n` | ||
zh_content = zh_content + `"${item}": "'${zh[item]}'",\n` | ||
} | ||
@@ -169,0 +169,0 @@ |
{ | ||
"name": "eshare-locale-bin", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8793
239