Remove closure base file dependency (#2976)

* Trim down closure's base dependency even further by removing the dependency on closure's base file.
This commit is contained in:
Sam El-Husseini
2019-09-11 17:30:51 -07:00
committed by GitHub
parent 09d2a167f9
commit 8ab51c8639
162 changed files with 706 additions and 959 deletions

View File

@@ -2,10 +2,6 @@
'use strict';
goog.provide('Blockly.Msg.ba');
goog.require('Blockly.Msg');
Blockly.Msg["ADD_COMMENT"] = "Фекер өҫтәргә";
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Can't delete the variable '%1' because it's part of the definition of the function '%2'"; // untranslated
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Мәғәнәне үҙгәртегеҙ:";
@@ -393,6 +389,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "trim spaces from right side of"; //
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Return a copy of the text with spaces removed from one or both ends."; // untranslated
Blockly.Msg["TODAY"] = "Бөгөн";
Blockly.Msg["UNDO"] = "Кире алырға";
Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "элемент";
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Create 'set %1'"; // untranslated
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#get"; // untranslated