mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-17 16:40:08 -04:00
Rebuild, add lists_sort block to demos/code/index.html
This commit is contained in:
parent
f28928db83
commit
55eba0a39b
72 changed files with 3648 additions and 3647 deletions
msg/js
|
@ -147,7 +147,7 @@ Blockly.Msg.LISTS_SORT_HELPURL = "https://github.com/google/blockly/wiki/Lists#s
|
|||
Blockly.Msg.LISTS_SORT_ORDER_ASCENDING = "ascending";
|
||||
Blockly.Msg.LISTS_SORT_ORDER_DESCENDING = "descending";
|
||||
Blockly.Msg.LISTS_SORT_TITLE = "sort %1 %2 %3";
|
||||
Blockly.Msg.LISTS_SORT_TOOLTIP = "Sort a list.";
|
||||
Blockly.Msg.LISTS_SORT_TOOLTIP = "Sort a copy of a list.";
|
||||
Blockly.Msg.LISTS_SORT_TYPE_IGNORECASE = "alphabetic, ignore case";
|
||||
Blockly.Msg.LISTS_SORT_TYPE_NUMERIC = "numeric";
|
||||
Blockly.Msg.LISTS_SORT_TYPE_TEXT = "alphabetic";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue