Skip to content

Commit 2c46686

Browse files
authored
fix: minor fixes to translation files (#9350)
1 parent dd460f2 commit 2c46686

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

msg/json/constants.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"MATH_HUE": "230",
3-
"LOOPS_HUE": "120",
2+
"#": "Automatically generated, do not edit this file!",
3+
"COLOUR_HUE": "20",
44
"LISTS_HUE": "260",
55
"LOGIC_HUE": "210",
6-
"VARIABLES_HUE": "330",
7-
"TEXTS_HUE": "160",
6+
"LOOPS_HUE": "120",
7+
"MATH_HUE": "230",
88
"PROCEDURES_HUE": "290",
9-
"COLOUR_HUE": "20",
10-
"VARIABLES_DYNAMIC_HUE": "310"
11-
}
9+
"TEXTS_HUE": "160",
10+
"VARIABLES_DYNAMIC_HUE": "310",
11+
"VARIABLES_HUE": "330"
12+
}

msg/json/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@metadata": {
33
"author": "Ellen Spertus <[email protected]>",
4-
"lastupdated": "2025-06-17 15:36:41.845826",
4+
"lastupdated": "2025-09-08 16:26:57.642330",
55
"locale": "en",
66
"messagedocumentation" : "qqq"
77
},

msg/json/synonyms.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"#": "Automatically generated, do not edit this file!",
23
"CONTROLS_FOREACH_INPUT_DO": "CONTROLS_REPEAT_INPUT_DO",
34
"CONTROLS_FOR_INPUT_DO": "CONTROLS_REPEAT_INPUT_DO",
45
"CONTROLS_IF_ELSEIF_TITLE_ELSEIF": "CONTROLS_IF_MSG_ELSEIF",
@@ -7,7 +8,6 @@
78
"CONTROLS_IF_MSG_THEN": "CONTROLS_REPEAT_INPUT_DO",
89
"CONTROLS_WHILEUNTIL_INPUT_DO": "CONTROLS_REPEAT_INPUT_DO",
910
"LISTS_CREATE_WITH_ITEM_TITLE": "VARIABLES_DEFAULT_NAME",
10-
"LISTS_GET_INDEX_HELPURL": "LISTS_INDEX_OF_HELPURL",
1111
"LISTS_GET_INDEX_INPUT_IN_LIST": "LISTS_INLIST",
1212
"LISTS_GET_SUBLIST_INPUT_IN_LIST": "LISTS_INLIST",
1313
"LISTS_INDEX_OF_INPUT_IN_LIST": "LISTS_INLIST",
@@ -19,4 +19,4 @@
1919
"PROCEDURES_DEFRETURN_TITLE": "PROCEDURES_DEFNORETURN_TITLE",
2020
"TEXT_APPEND_VARIABLE": "VARIABLES_DEFAULT_NAME",
2121
"TEXT_CREATE_JOIN_ITEM_TITLE_ITEM": "VARIABLES_DEFAULT_NAME"
22-
}
22+
}

msg/messages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ Blockly.Msg.REMOVE_COMMENT = 'Remove Comment';
8585
/// context menu - Make a copy of the selected workspace comment.\n{{Identical|Duplicate}}
8686
Blockly.Msg.DUPLICATE_COMMENT = 'Duplicate Comment';
8787
/** @type {string} */
88-
/// context menu - Change from 'external' to 'inline' mode for displaying blocks used as inputs to the selected block. See [[Translating:Blockly#context_menus]].
88+
/// context menu - Change from 'external' to 'inline' mode for displaying blocks used as inputs to the selected block. See [[Translating:Blockly#context_menus]].\n\nThe opposite of {{msg-blockly|INLINE INPUTS}}.
8989
Blockly.Msg.EXTERNAL_INPUTS = 'External Inputs';
9090
/** @type {string} */
91-
/// context menu - Change from 'internal' to 'external' mode for displaying blocks used as inputs to the selected block. See [[Translating:Blockly#context_menus]].
91+
/// context menu - Change from 'internal' to 'external' mode for displaying blocks used as inputs to the selected block. See [[Translating:Blockly#context_menus]].\n\nThe opposite of {{msg-blockly|EXTERNAL INPUTS}}.
9292
Blockly.Msg.INLINE_INPUTS = 'Inline Inputs';
9393
/** @type {string} */
9494
/// context menu - Permanently delete the selected block.

0 commit comments

Comments
 (0)