mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user