Add locales entry to pxtarget (#389)

* Add locales entry to pxtarget

* Remove languages from targetconfig
This commit is contained in:
Guillaume Jenkins 2018-03-29 17:01:05 -04:00 committed by GitHub
parent 4cbdd72770
commit a627d19ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -98,6 +98,9 @@
"betaUrl": "https://makecode.legoeducation.com/about",
"boardName": "LEGO Mindstorms EV3 Brick",
"selectLanguage": true,
"availableLocales": [
"en"
],
"highContrast": true,
"docMenu": [
{

View File

@ -7,9 +7,6 @@
"approvedRepos": [
]
},
"languages": [
"en"
],
"galleries": {
"Getting Started": "getting-started",
"Design Engineering": "design-engineering",