Skip to content

Commit

Permalink
[Fix] Missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienTainon committed Aug 18, 2023
1 parent 5ddddff commit bde9a3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bebras-modules
2 changes: 1 addition & 1 deletion frontend/lang/blockly_fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,4 @@ Blockly.Msg.TEXT_CREATE_JOIN_ITEM_TITLE_ITEM = Blockly.Msg.VARIABLES_DEFAULT_NAM
Blockly.Msg.LISTS_INDEX_OF_INPUT_IN_LIST = Blockly.Msg.LISTS_INLIST;
Blockly.Msg.PROCEDURES_DEFRETURN_COMMENT = Blockly.Msg.PROCEDURES_DEFNORETURN_COMMENT;

module.exports = Blockly;
module.exports = Blockly;
2 changes: 2 additions & 0 deletions frontend/lang/blockly_nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,3 +383,5 @@ 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;

module.exports = Blockly;

0 comments on commit bde9a3f

Please sign in to comment.