feat(curriculum): Add A2 Chinese Outline (#60451)

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
miyaliu666
2025-06-05 03:53:52 +08:00
committed by GitHub
parent a2f2ad45c6
commit 0c6b35630f
22 changed files with 256 additions and 8 deletions
+15
View File
@@ -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;