Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default {
add_physics: "add physics %1 type %2",
add_physics_shape: "add physics shape %1 type %2",
apply_force: "apply force to %1 x: %2 y: %3 z: %4",
show_physics: "show physics %1",
show_physics: "show physics shapes %1",

// Custom block translations - Sensing blocks
key_pressed: "key pressed is %1",
Expand Down
2 changes: 1 addition & 1 deletion locale/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default {
add_physics: "ajouter physique %1 type %2",
add_physics_shape: "ajouter forme physique %1 type %2",
apply_force: "appliquer force à %1 x: %2 y: %3 z: %4",
show_physics: "afficher la physique %1",
show_physics: "afficher les formes physiques %1",

// Custom block translations - Sensing blocks
key_pressed: "touche pressée est %1",
Expand Down