From bb1c190485a3043fab9eedd9c82c1442967f9c98 Mon Sep 17 00:00:00 2001 From: Abhijith Chatra Date: Wed, 22 Jan 2020 22:41:22 -0800 Subject: [PATCH] Switching to norwegian locale to nb and removing unnecessary codes in targetconfig (#2562) --- pxtarget.json | 2 +- targetconfig.json | 27 --------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 92ea4178..61e4581c 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -446,7 +446,7 @@ "ja", "ko", "nl", - "no", + "nb", "pl", "pt-BR", "pt-PT", diff --git a/targetconfig.json b/targetconfig.json index b66086bf..ce9a8386 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -179,33 +179,6 @@ "Tinkertanker/pxt-ringbitcar" ] }, - "languages": [ - "en", - "ar", - "cs", - "da", - "de", - "el", - "es-ES", - "fi", - "fr", - "hu", - "it", - "ja", - "ko", - "nl", - "no", - "pt-BR", - "pt-PT", - "ru", - "si-LK", - "sk", - "sv-SE", - "tr", - "uk", - "zh-CN", - "zh-TW" - ], "galleries": { "Tutorials": "tutorials", "Games": "projects/games",