mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +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"] = "撤销";
|
||||
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