Add locales entry to pxtarget (#389)
* Add locales entry to pxtarget * Remove languages from targetconfig
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							4cbdd72770
						
					
				
				
					commit
					a627d19ebf
				
			@@ -98,6 +98,9 @@
 | 
			
		||||
        "betaUrl": "https://makecode.legoeducation.com/about",
 | 
			
		||||
        "boardName": "LEGO Mindstorms EV3 Brick",
 | 
			
		||||
        "selectLanguage": true,
 | 
			
		||||
        "availableLocales": [
 | 
			
		||||
            "en"
 | 
			
		||||
        ],
 | 
			
		||||
        "highContrast": true,
 | 
			
		||||
        "docMenu": [
 | 
			
		||||
            {
 | 
			
		||||
 
 | 
			
		||||
@@ -7,9 +7,6 @@
 | 
			
		||||
        "approvedRepos": [
 | 
			
		||||
        ]
 | 
			
		||||
    },
 | 
			
		||||
    "languages": [
 | 
			
		||||
        "en"
 | 
			
		||||
    ],
 | 
			
		||||
    "galleries": {
 | 
			
		||||
        "Getting Started": "getting-started",
 | 
			
		||||
        "Design Engineering": "design-engineering",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user