mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
Adding support for untranslated messages. (#819)
This will be used to define constants accessible in JSON block definitions. Messages with descriptions that include `{{Notranslate}}` will not be included in the translation files sent to TranslateWiki. Instead, they are written to `msg/json/constants.json`, and later merged back into the `.js` files, similar to synonyms.
Template details: https://translatewiki.net/wiki/Template:Notranslate
This commit is contained in:
committed by
GitHub
parent
45be30432a
commit
560d373c93
11
msg/js/hu.js
11
msg/js/hu.js
@@ -388,4 +388,13 @@ Blockly.Msg.LISTS_CREATE_WITH_ITEM_TITLE = Blockly.Msg.VARIABLES_DEFAULT_NAME;
|
||||
Blockly.Msg.TEXT_APPEND_VARIABLE = Blockly.Msg.VARIABLES_DEFAULT_NAME;
|
||||
Blockly.Msg.TEXT_CREATE_JOIN_ITEM_TITLE_ITEM = Blockly.Msg.VARIABLES_DEFAULT_NAME;
|
||||
Blockly.Msg.LISTS_INDEX_OF_INPUT_IN_LIST = Blockly.Msg.LISTS_INLIST;
|
||||
Blockly.Msg.PROCEDURES_DEFRETURN_COMMENT = Blockly.Msg.PROCEDURES_DEFNORETURN_COMMENT;
|
||||
Blockly.Msg.PROCEDURES_DEFRETURN_COMMENT = Blockly.Msg.PROCEDURES_DEFNORETURN_COMMENT;
|
||||
|
||||
Blockly.Msg.MATH_HUE = "230";
|
||||
Blockly.Msg.LOOPS_HUE = "120";
|
||||
Blockly.Msg.LISTS_HUE = "260";
|
||||
Blockly.Msg.LOGIC_HUE = "210";
|
||||
Blockly.Msg.VARIABLES_HUE = "330";
|
||||
Blockly.Msg.TEXTS_HUE = "160";
|
||||
Blockly.Msg.PROCEDURES_HUE = "290";
|
||||
Blockly.Msg.COLOUR_HUE = "20";
|
||||
Reference in New Issue
Block a user