Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
logix5 committed May 18, 2023
1 parent 1a6eb5b commit cfa905d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion www/lang/Arduino_ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ Blockly.Msg.ST7735_Invert = "Invert display";
Blockly.Msg.ST7735_SetCursor = "Set cursor";
Blockly.Msg.ST7735_X0 = "X0";
Blockly.Msg.ST7735_Y0 = "Y0";
Blockly.Msg.ST7735_X1 = "Y1";
Blockly.Msg.ST7735_X1 = "X1";
Blockly.Msg.ST7735_Y1 = "Y1";
Blockly.Msg.ST7735_X2 = "X2";
Blockly.Msg.ST7735_Y2 = "Y2";
Expand Down
2 changes: 1 addition & 1 deletion www/lang/Arduino_bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ Blockly.Msg.ST7735_Invert = "Invert display";
Blockly.Msg.ST7735_SetCursor = "Set cursor";
Blockly.Msg.ST7735_X0 = "X0";
Blockly.Msg.ST7735_Y0 = "Y0";
Blockly.Msg.ST7735_X1 = "Y1";
Blockly.Msg.ST7735_X1 = "X1";
Blockly.Msg.ST7735_Y1 = "Y1";
Blockly.Msg.ST7735_X2 = "X2";
Blockly.Msg.ST7735_Y2 = "Y2";
Expand Down
2 changes: 1 addition & 1 deletion www/lang/Arduino_en.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ Blockly.Msg.ST7735_Invert = "invert";
Blockly.Msg.ST7735_SetCursor = "set cursor";
Blockly.Msg.ST7735_X0 = "X0";
Blockly.Msg.ST7735_Y0 = "Y0";
Blockly.Msg.ST7735_X1 = "Y1";
Blockly.Msg.ST7735_X1 = "X1";
Blockly.Msg.ST7735_Y1 = "Y1";
Blockly.Msg.ST7735_X2 = "X2";
Blockly.Msg.ST7735_Y2 = "Y2";
Expand Down
2 changes: 1 addition & 1 deletion www/lang/Arduino_ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ Blockly.Msg.ST7735_Invert = "Invert display";
Blockly.Msg.ST7735_SetCursor = "Set cursor";
Blockly.Msg.ST7735_X0 = "X0";
Blockly.Msg.ST7735_Y0 = "Y0";
Blockly.Msg.ST7735_X1 = "Y1";
Blockly.Msg.ST7735_X1 = "X1";
Blockly.Msg.ST7735_Y1 = "Y1";
Blockly.Msg.ST7735_X2 = "X2";
Blockly.Msg.ST7735_Y2 = "Y2";
Expand Down
2 changes: 1 addition & 1 deletion www/lang/Arduino_nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ Blockly.Msg.ST7735_Invert = "Invert display";
Blockly.Msg.ST7735_SetCursor = "Set cursor";
Blockly.Msg.ST7735_X0 = "X0";
Blockly.Msg.ST7735_Y0 = "Y0";
Blockly.Msg.ST7735_X1 = "Y1";
Blockly.Msg.ST7735_X1 = "X1";
Blockly.Msg.ST7735_Y1 = "Y1";
Blockly.Msg.ST7735_X2 = "X2";
Blockly.Msg.ST7735_Y2 = "Y2";
Expand Down

0 comments on commit cfa905d

Please sign in to comment.