Skip to content

Commit 14903c5

Browse files
committed
don't create helpMasterParamsets.json
1 parent 9379688 commit 14903c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/convert_stringtable.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ langs.forEach(lang => {
6363

6464
fs.writeFileSync(path.join(__dirname, '..', 'www', 'js', 'stringtable.json'), JSON.stringify(strings, null, ' '));
6565

66-
66+
/*
6767
6868
channels.forEach(ch => {
6969
const {file, channelType, langFile} = ch;
@@ -116,5 +116,4 @@ channels.forEach(ch => {
116116
});
117117
118118
fs.writeFileSync(path.join(__dirname, '..', 'www', 'js', 'helpMasterParamset.json'), JSON.stringify(obj, null, ' '));
119-
120-
//console.log(obj);
119+
*/

0 commit comments

Comments
 (0)