* rename "microbit" package to "core" #414 * shouldn't edit the package id. * updating package.json * updated the wrong version * missed updating pxt.json of tests
This commit is contained in:
committed by
Peli de Halleux
parent
80131f2928
commit
277d5a721c
10
libs/devices/_locales/microbit-devices-strings.json
Normal file
10
libs/devices/_locales/microbit-devices-strings.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"devices.onGamepadButton|block": "on gamepad button|%NAME",
|
||||
"devices.onNotified|block": "on notified|%event",
|
||||
"devices.onSignalStrengthChanged|block": "on signal strength changed",
|
||||
"devices.raiseAlertTo|block": "raise alert to|%property",
|
||||
"devices.signalStrength|block": "signal strength",
|
||||
"devices.tellCameraTo|block": "tell camera to|%property",
|
||||
"devices.tellRemoteControlTo|block": "tell remote control to|%property",
|
||||
"devices|block": "devices"
|
||||
}
|
Reference in New Issue
Block a user