mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-14 15:09:18 -04:00
Split nextbackdrop into two strings
For translation we need two ‘next backdrop’ strings * for the block - added _BLOCK to the name * for the switch backdrop menu - kept the same name for consistency with other menu items. Also means that the name used by gui for the dynamic menu doesn’t change.
This commit is contained in:
parent
c9c381dfe3
commit
c2ea5b6179
4 changed files with 4 additions and 1 deletions
msg/js
|
@ -99,6 +99,7 @@ Blockly.Msg["LOOKS_COSTUMENUMBERNAME"] = "costume %1";
|
|||
Blockly.Msg["LOOKS_NUMBERNAME_NUMBER"] = "number";
|
||||
Blockly.Msg["LOOKS_NUMBERNAME_NAME"] = "name";
|
||||
Blockly.Msg["LOOKS_SWITCHBACKDROPTOANDWAIT"] = "switch backdrop to %1 and wait";
|
||||
Blockly.Msg["LOOKS_NEXTBACKDROP_BLOCK"] = "next backdrop";
|
||||
Blockly.Msg["LOOKS_NEXTBACKDROP"] = "next backdrop";
|
||||
Blockly.Msg["LOOKS_PREVIOUSBACKDROP"] = "previous backdrop";
|
||||
Blockly.Msg["LOOKS_RANDOMBACKDROP"] = "random backdrop";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue