mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): release A1 Chinese (#64764)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -147,7 +147,8 @@ describe('external curriculum data build', () => {
|
||||
stage !== SuperBlockStage.Upcoming &&
|
||||
stage !== SuperBlockStage.Catalog &&
|
||||
stage !== SuperBlockStage.Core &&
|
||||
stage !== SuperBlockStage.Spanish
|
||||
stage !== SuperBlockStage.Spanish &&
|
||||
stage !== SuperBlockStage.Chinese
|
||||
);
|
||||
})
|
||||
.flatMap(([, superBlocks]) => superBlocks);
|
||||
|
||||
@@ -270,6 +270,7 @@ describe('external curriculum data build', () => {
|
||||
core: SuperBlockStage.Core,
|
||||
english: SuperBlockStage.English,
|
||||
spanish: SuperBlockStage.Spanish,
|
||||
chinese: SuperBlockStage.Chinese,
|
||||
professional: SuperBlockStage.Professional,
|
||||
extra: SuperBlockStage.Extra,
|
||||
legacy: SuperBlockStage.Legacy,
|
||||
|
||||
@@ -93,6 +93,7 @@ enum SuperBlockStage {
|
||||
Core = 'core',
|
||||
English = 'english',
|
||||
Spanish = 'spanish',
|
||||
Chinese = 'chinese',
|
||||
Professional = 'professional',
|
||||
Extra = 'extra',
|
||||
Legacy = 'legacy'
|
||||
@@ -175,6 +176,14 @@ export const orderedSuperBlockInfo: OrderedSuperBlocks = {
|
||||
}
|
||||
],
|
||||
|
||||
[SuperBlockStage.Chinese]: [
|
||||
{
|
||||
dashedName: SuperBlocks.A1Chinese,
|
||||
public: false,
|
||||
title: intros[SuperBlocks.A1Chinese].title
|
||||
}
|
||||
],
|
||||
|
||||
[SuperBlockStage.Extra]: [
|
||||
{
|
||||
dashedName: SuperBlocks.TheOdinProject,
|
||||
|
||||
Reference in New Issue
Block a user