Fix XML across Blockly. (#2727)

Also fixes references to createSvgElement
This commit is contained in:
Neil Fraser
2019-07-30 15:08:47 -07:00
committed by Sam El-Husseini
parent 47574c670d
commit abc452109e
131 changed files with 267 additions and 381 deletions

View File

@@ -71,8 +71,7 @@ Blockly.Msg.PROCEDURES_HUE = '290';
/// For more context, see
/// [[Translating:Blockly#infrequent_message_types]].\n{{Identical|Item}}
Blockly.Msg.VARIABLES_DEFAULT_NAME = 'item';
/// default name - A simple, default name for an unnamed function or
// variable. Preferably indicates that the key is unnamed.
/// default name - A simple, default name for an unnamed function or variable. Preferably indicates that the item is unnamed.
Blockly.Msg.UNNAMED_KEY = 'unnamed';
/// button text - Button that sets a calendar to today's date.\n{{Identical|Today}}
Blockly.Msg.TODAY = 'Today';