From 14903c5718006ba4c38b7790b5c9171e0f67bb66 Mon Sep 17 00:00:00 2001 From: hobbyquaker Date: Tue, 26 Feb 2019 20:23:06 +0100 Subject: [PATCH] don't create helpMasterParamsets.json --- tools/convert_stringtable.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/convert_stringtable.js b/tools/convert_stringtable.js index d665a72..f595237 100644 --- a/tools/convert_stringtable.js +++ b/tools/convert_stringtable.js @@ -63,7 +63,7 @@ langs.forEach(lang => { fs.writeFileSync(path.join(__dirname, '..', 'www', 'js', 'stringtable.json'), JSON.stringify(strings, null, ' ')); - +/* channels.forEach(ch => { const {file, channelType, langFile} = ch; @@ -116,5 +116,4 @@ channels.forEach(ch => { }); fs.writeFileSync(path.join(__dirname, '..', 'www', 'js', 'helpMasterParamset.json'), JSON.stringify(obj, null, ' ')); - -//console.log(obj); \ No newline at end of file +*/ \ No newline at end of file