Languages (#394)
* Enable language picker * Bump pxt-core to 0.12.62 * add newline back
This commit is contained in:
parent
5b6a1168d1
commit
15e8c3af66
@ -38,6 +38,6 @@
|
||||
"semantic-ui-less": "^2.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-core": "0.12.61"
|
||||
"pxt-core": "0.12.62"
|
||||
}
|
||||
}
|
||||
|
@ -341,6 +341,7 @@
|
||||
"snap": false
|
||||
}
|
||||
},
|
||||
"highContrast": true
|
||||
"highContrast": true,
|
||||
"selectLanguage": true
|
||||
}
|
||||
}
|
||||
|
@ -10,5 +10,16 @@
|
||||
"chevyng/pxt-ucl-junkrobot",
|
||||
"srs/pxt-bitbot"
|
||||
]
|
||||
}
|
||||
},
|
||||
"languages": [
|
||||
"de",
|
||||
"du",
|
||||
"fr",
|
||||
"ja",
|
||||
"no",
|
||||
"sv-SE",
|
||||
"si-LK",
|
||||
"zh-CN",
|
||||
"zh-TW"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user