Skip to content

Commit

Permalink
fix italian
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 30, 2024
1 parent 45ea1a5 commit ef6d09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/static/game/js/blockly/msg/js/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ Blockly.Msg["CONTROLS_REPEAT_UNTIL_SUBTITLE"] = ""; // ?
Blockly.Msg["CONTROLS_REPEAT_UNTIL_TOOLTIP"] = "ripeti le istruzioni finchè la condizione è true";

Blockly.Msg["VARIABLES_GET_TOOLTIP"] = "una variabile";
Blockly.Msg["VARIABLES_SET_TITLE"] = "Assegna";
Blockly.Msg["VARIABLES_SET_SUBTITLE"] = "a";
Blockly.Msg["VARIABLES_SET_TITLE"] = "Setta";
Blockly.Msg["VARIABLES_SET_SUBTITLE"] = "al valore";
Blockly.Msg["VARIABLES_SET_TOOLTIP"] = "assegna una variabile";
Blockly.Msg["VARIABLES_NUMERIC_SET_TOOLTIP"] = "assegna un numero alla variabile";
Blockly.Msg["VARIABLES_INCREMENT_TITLE"] = "Incrementa";
Expand Down

0 comments on commit ef6d09b

Please sign in to comment.