mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-12 22:19:17 -04:00
Don’t duplicate Blockly.ScratchMsgs.locales
`locales` is defined in ScratchMsgs. Just ‘provide’ a dummy name to avoid warnings.
This commit is contained in:
parent
2fe845c2a6
commit
2fa79edb06
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
goog.provide('Blockly.ScratchMsgs.locales');
|
||||
goog.provide('Blockly.ScratchMsgs.all');
|
||||
|
||||
goog.require('Blockly.ScratchMsgs');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue