mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-16 13:00:30 -05:00
fix(curriculum): change the single finals block name to simple finals in A1 Chinese (#64775)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -1846,7 +1846,6 @@
|
||||
"git": "Git",
|
||||
"review-relational-databases": "Relational Databases Review",
|
||||
"exam-relational-databases": "Relational Databases Exam",
|
||||
|
||||
"nodejs-core-libraries": "Node.js Core Libraries",
|
||||
"node-package-manager": "Node Package Manager",
|
||||
"http-and-the-web-standards-model": "HTTP and the Web Standards Model",
|
||||
@@ -8828,8 +8827,8 @@
|
||||
"title": "Certification Introduction",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-learn-single-finals": {
|
||||
"title": "Single Finals",
|
||||
"zh-a1-learn-simple-finals": {
|
||||
"title": "Simple Finals",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-learn-initials": { "title": "Initials", "intro": ["", ""] },
|
||||
@@ -8970,10 +8969,7 @@
|
||||
"title": "Special Spelling Rules",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-practice-pinyin": {
|
||||
"title": "Pinyin Practice",
|
||||
"intro": ["", ""]
|
||||
}
|
||||
"zh-a1-practice-pinyin": { "title": "Pinyin Practice", "intro": ["", ""] }
|
||||
}
|
||||
},
|
||||
"basic-html": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Introduction to the Simple Finals
|
||||
block: zh-a1-learn-single-finals
|
||||
block: zh-a1-learn-simple-finals
|
||||
superBlock: a1-professional-chinese
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Simple Finals",
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-learn-single-finals",
|
||||
"dashedName": "zh-a1-learn-simple-finals",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
@@ -15,7 +15,7 @@
|
||||
{
|
||||
"dashedName": "zh-a1-module-initials-and-finals",
|
||||
"blocks": [
|
||||
"zh-a1-learn-single-finals",
|
||||
"zh-a1-learn-simple-finals",
|
||||
"zh-a1-learn-initials",
|
||||
"zh-a1-learn-compound-finals",
|
||||
"zh-a1-learn-nasal-finals",
|
||||
|
||||
Reference in New Issue
Block a user