From a627d19ebfb841f9db52392347e53ada15b3663c Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Thu, 29 Mar 2018 17:01:05 -0400 Subject: [PATCH] Add locales entry to pxtarget (#389) * Add locales entry to pxtarget * Remove languages from targetconfig --- pxtarget.json | 3 +++ targetconfig.json | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 8f07a800..afaf14df 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -98,6 +98,9 @@ "betaUrl": "https://makecode.legoeducation.com/about", "boardName": "LEGO Mindstorms EV3 Brick", "selectLanguage": true, + "availableLocales": [ + "en" + ], "highContrast": true, "docMenu": [ { diff --git a/targetconfig.json b/targetconfig.json index 10134362..e5dd66cc 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -7,9 +7,6 @@ "approvedRepos": [ ] }, - "languages": [ - "en" - ], "galleries": { "Getting Started": "getting-started", "Design Engineering": "design-engineering",