Compare commits

...

2 Commits

Author SHA1 Message Date
ba94322d4c 1.2.23 2019-10-08 21:26:38 -07:00
225f1da6d5 fix translation 2019-10-08 21:26:17 -07:00
2 changed files with 4 additions and 4 deletions

View File

@ -149,9 +149,9 @@ export class FieldMotors extends Blockly.FieldDropdown implements Blockly.FieldC
getFirstValueI11n(value: string) { getFirstValueI11n(value: string) {
const firstValue = this.getFirstValue(value); const firstValue = this.getFirstValue(value);
const motorOptions = { const motorOptions = {
'medium motor': lf('medium motor'), 'medium motor': lf("medium motor"),
'large motor': lf('large motor'), 'large motor': lf("large motor"),
'large motors': lf('large motors') 'large motors': lf("large motors")
} }
return motorOptions[firstValue]; return motorOptions[firstValue];
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "pxt-ev3", "name": "pxt-ev3",
"version": "1.2.22", "version": "1.2.23",
"description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode", "description": "LEGO MINDSTORMS EV3 for Microsoft MakeCode",
"private": false, "private": false,
"keywords": [ "keywords": [