chore(i18n, learn): added 2 translated certs to Italian curriculum (#50479)

* added 2 translated certs to Italian curriculum

* swapped certs order
This commit is contained in:
Dario-DC
2023-05-23 17:30:58 +02:00
committed by GitHub
parent 80da6b4e0a
commit ba655f3e7c

View File

@@ -325,17 +325,16 @@ export const superBlockOrder: SuperBlockOrder = {
SuperBlocks.DataAnalysisPy,
SuperBlocks.InfoSec,
SuperBlocks.MachineLearningPy,
SuperBlocks.CodingInterviewPrep
SuperBlocks.CollegeAlgebraPy,
SuperBlocks.CodingInterviewPrep,
SuperBlocks.ProjectEuler
],
[SuperBlockStates.New]: [],
[SuperBlockStates.Upcoming]: [],
[SuperBlockStates.Legacy]: [SuperBlocks.RespWebDesign]
},
[TranslationStates.NotAudited]: {
[SuperBlockStates.Current]: [
SuperBlocks.CollegeAlgebraPy,
SuperBlocks.ProjectEuler
],
[SuperBlockStates.Current]: [],
[SuperBlockStates.New]: [],
[SuperBlockStates.Upcoming]: [
SuperBlocks.JsAlgoDataStructNew,