mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
Merge pull request #31 from chrisgarrity/exclude-blocks
Exclude blocks messages from the combined file
This commit is contained in:
commit
90eed8dc71
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ let blockData =
|
|||
';\n';
|
||||
|
||||
fs.writeFileSync(MSGS_DIR + 'blocks-msgs.js', blockData);
|
||||
defaultsDeep(editorMsgs, blocksMessages);
|
||||
|
||||
// generate combined editor-msgs file
|
||||
let editorData =
|
||||
|
|
Loading…
Reference in a new issue