Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scratchfoundation/scratch-blocks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5c32ab5d63749db1b1b4649d06ac4943ab08ac85
Choose a base ref
..
head repository: scratchfoundation/scratch-blocks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 08b1f0f7a7d21a42caaeab5ca00cb668d13331b7
Choose a head ref
Showing with 8 additions and 8 deletions.
  1. +1 −1 msg/scratch_msgs.js
  2. +6 −6 package-lock.json
  3. +1 −1 package.json
2 changes: 1 addition & 1 deletion msg/scratch_msgs.js
Original file line number Diff line number Diff line change
@@ -2454,7 +2454,7 @@ Blockly.ScratchMsgs.locales["be"] =
"OPERATORS_OR": "%1 ці %2",
"OPERATORS_NOT": "не %1",
"OPERATORS_JOIN": "аб'яднаць %1 %2",
"OPERATORS_JOIN_APPLE": "яблык",
"OPERATORS_JOIN_APPLE": "ананас",
"OPERATORS_JOIN_BANANA": "банан",
"OPERATORS_LETTEROF": "літара %1 у %2",
"OPERATORS_LETTEROF_APPLE": "а",
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"selenium-webdriver": "4.0.0",
"transifex": "1.6.6",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "5.59.1",
"webpack": "5.60.0",
"webpack-cli": "3.3.12"
}
}