feat(curriculum): remove Japanese from NotAuditedSuperBlocks array (#67086)

This commit is contained in:
DanielRosa74
2026-04-24 04:49:09 -03:00
committed by GitHub
parent 81f7e84e75
commit 05e96ff720

View File

@@ -309,26 +309,7 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
[Languages.Italian]: [],
[Languages.Portuguese]: [],
[Languages.Ukrainian]: [],
[Languages.Japanese]: [
SuperBlocks.JsAlgoDataStructNew,
SuperBlocks.TheOdinProject,
SuperBlocks.A2English,
SuperBlocks.B1English,
SuperBlocks.A1Spanish,
SuperBlocks.A2Spanish,
SuperBlocks.A2Chinese,
SuperBlocks.A1Chinese,
SuperBlocks.BasicHtml,
SuperBlocks.SemanticHtml,
SuperBlocks.DevPlayground,
SuperBlocks.RespWebDesignV9,
SuperBlocks.JsV9,
SuperBlocks.FrontEndDevLibsV9,
SuperBlocks.PythonV9,
SuperBlocks.RelationalDbV9,
SuperBlocks.BackEndDevApisV9,
SuperBlocks.FullStackDeveloperV9
],
[Languages.Japanese]: [],
[Languages.German]: [
SuperBlocks.RelationalDb,
SuperBlocks.QualityAssurance,