mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-13 22:49:02 -04:00
Localize custom procedure default name
This commit is contained in:
parent
a97ae59222
commit
1f2c05c01a
4 changed files with 4 additions and 1 deletions
msg/js
|
@ -270,6 +270,7 @@ Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Can't delete the variable \"%
|
|||
Blockly.Msg["DELETE_VARIABLE"] = "Delete the \"%1\" variable";
|
||||
Blockly.Msg["NEW_PROCEDURE"] = "Make a Block";
|
||||
Blockly.Msg["PROCEDURE_ALREADY_EXISTS"] = "A procedure named \"%1\" already exists.";
|
||||
Blockly.Msg["PROCEDURE_DEFAULT_NAME"] = "block name";
|
||||
Blockly.Msg["NEW_LIST"] = "Make a List";
|
||||
Blockly.Msg["NEW_LIST_TITLE"] = "New list name:";
|
||||
Blockly.Msg["LIST_MODAL_TITLE"] = "New List";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue