mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Removing require for Blockly.FlyoutButton
Should have been in the previous PR, since that’s the point. Also, a recompile given all the recent dependency changes.
This commit is contained in:
@@ -389,7 +389,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "வலது பக்கத்தி
|
||||
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "உரை நகல் எடுத்து இடைவெளி எழுத்து நீக்கி பின்கொடு.";
|
||||
Blockly.Msg["TODAY"] = "இன்று";
|
||||
Blockly.Msg["UNDO"] = "Undo"; // untranslated
|
||||
Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
|
||||
Blockly.Msg["UNNAMED_KEY"] = "பெயரிடப்படாதது";
|
||||
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "உருப்படி";
|
||||
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "'%1 நியமி' உருவாக்கு";
|
||||
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#get"; // untranslated
|
||||
|
||||
Reference in New Issue
Block a user