From df3add27db85ee94830a5828b99e8f8d2f2f3557 Mon Sep 17 00:00:00 2001 From: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:55:22 +0100 Subject: [PATCH] fix(curriculum): add missing intro (#64704) --- client/i18n/locales/english/intro.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index d425598bef4..e161d1e2e91 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1846,7 +1846,7 @@ "git": "Git", "review-relational-databases": "Relational Databases Review", "exam-relational-databases": "Relational Databases Exam", - "introduction-to-nodejs": "Introduction to Node.js", + "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", @@ -7362,6 +7362,7 @@ "back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam" }, "modules": { + "introduction-to-nodejs": "Introduction to Node.js", "nodejs-core-modules": "Node.js Core Modules", "node-package-manager": "Node Package Manager", "http-and-the-web-standards-model": "HTTP and the Web Standards Model", @@ -7377,6 +7378,12 @@ "back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam" }, "module-intros": { + "introduction-to-nodejs": { + "note": "Coming Late 2026", + "intro": [ + "In this module, you will learn the basics of working with Node.js." + ] + }, "nodejs-core-modules": { "note": "Coming Late 2026", "intro": [