mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +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