mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): Add A2 Chinese Outline (#60451)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
@@ -36,6 +36,7 @@ const fullStackDeveloperBase = '/learn/full-stack-developer';
|
||||
const a2EnglishBase = '/learn/a2-english-for-developers';
|
||||
const b1EnglishBase = '/learn/b1-english-for-developers';
|
||||
const a2SpanishBase = '/learn/a2-professional-spanish';
|
||||
const a2ChineseBase = '/learn/a2-professional-chinese';
|
||||
const legacyFrontEndBase = feLibsBase;
|
||||
const legacyFrontEndResponsiveBase = responsiveWebBase;
|
||||
const legacyFrontEndTakeHomeBase = takeHomeBase;
|
||||
@@ -850,6 +851,20 @@ const allStandardCerts = [
|
||||
certSlug: Certification.A2Spanish
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '682c3153086dd7cabe7f48bc',
|
||||
title: 'A2 Professional Chinese',
|
||||
certSlug: Certification.A2Chinese,
|
||||
projects: [
|
||||
{
|
||||
id: '682c2753317b88f1ecdad894',
|
||||
title: 'Dialogue 1: PLACEHOLDER',
|
||||
link: `${a2ChineseBase}/talk-about-what-you-do-by-using-key-verbs
|
||||
/text-1`,
|
||||
certSlug: Certification.A2Chinese
|
||||
}
|
||||
]
|
||||
}
|
||||
] as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user