mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
Exclude blocks messages from the combined file
Scratch-blocks includes the blocks messages. Excluding them from the editor-msgs file will save >500kb
This commit is contained in:
parent
66af24c9ff
commit
dbd31a4d36
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