diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json
index b988c48534d..cba9c03e597 100644
--- a/client/i18n/locales/chinese-traditional/intro.json
+++ b/client/i18n/locales/chinese-traditional/intro.json
@@ -7841,6 +7841,13 @@
"In these lectures, you will learn how to work with the audio and video elements."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Build an HTML Audio and Video Player",
"intro": [
@@ -8042,6 +8049,12 @@
"In this workshop, you will build an accessible tech conference schedule table."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introduction to ARIA",
"intro": [
diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json
index c3435b89592..f14233c7282 100644
--- a/client/i18n/locales/chinese/intro.json
+++ b/client/i18n/locales/chinese/intro.json
@@ -7841,6 +7841,13 @@
"In these lectures, you will learn how to work with the audio and video elements."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Build an HTML Audio and Video Player",
"intro": [
@@ -8042,6 +8049,12 @@
"In this workshop, you will build an accessible tech conference schedule table."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introduction to ARIA",
"intro": [
diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json
index 70f896e9ffa..0520c1c25f6 100644
--- a/client/i18n/locales/espanol/intro.json
+++ b/client/i18n/locales/espanol/intro.json
@@ -7957,6 +7957,13 @@
"En estas conferencias, aprenderás a trabajar con los elementos audio y video."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Construir un Reproductor de Audio y Video HTML",
"intro": [
@@ -8158,6 +8165,12 @@
"En este taller, construirás una tabla de horarios de conferencias tecnológicas accesible."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introducción a ARIA",
"intro": [
diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json
index afcd63bd990..67616aece1e 100644
--- a/client/i18n/locales/german/intro.json
+++ b/client/i18n/locales/german/intro.json
@@ -7855,6 +7855,13 @@
"In these lectures, you will learn how to work with the audio and video elements."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Build an HTML Audio and Video Player",
"intro": [
@@ -8056,6 +8063,12 @@
"In this workshop, you will build an accessible tech conference schedule table."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introduction to ARIA",
"intro": [
diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json
index 94616848c58..4c67664e2f4 100644
--- a/client/i18n/locales/italian/intro.json
+++ b/client/i18n/locales/italian/intro.json
@@ -7855,6 +7855,13 @@
"In these lectures, you will learn how to work with the audio and video elements."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Build an HTML Audio and Video Player",
"intro": [
@@ -8056,6 +8063,12 @@
"In this workshop, you will build an accessible tech conference schedule table."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introduction to ARIA",
"intro": [
diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json
index 2c1271523f5..bf08e0a64dd 100644
--- a/client/i18n/locales/japanese/intro.json
+++ b/client/i18n/locales/japanese/intro.json
@@ -7855,6 +7855,13 @@
"In these lectures, you will learn how to work with the audio and video elements."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Build an HTML Audio and Video Player",
"intro": [
@@ -8056,6 +8063,12 @@
"In this workshop, you will build an accessible tech conference schedule table."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introduction to ARIA",
"intro": [
diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json
index fc517d500ad..17edec466c0 100644
--- a/client/i18n/locales/korean/intro.json
+++ b/client/i18n/locales/korean/intro.json
@@ -7855,6 +7855,13 @@
"In these lectures, you will learn how to work with the audio and video elements."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Build an HTML Audio and Video Player",
"intro": [
@@ -8056,6 +8063,12 @@
"In this workshop, you will build an accessible tech conference schedule table."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introduction to ARIA",
"intro": [
diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json
index dce0b407157..eddcd8d1788 100644
--- a/client/i18n/locales/portuguese/intro.json
+++ b/client/i18n/locales/portuguese/intro.json
@@ -7955,6 +7955,13 @@
"Nestes cursos, você aprenderá como trabalhar com os elementos audio e video."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Crie um Tocador de Áudio e Vídeo HTML",
"intro": [
@@ -8156,6 +8163,12 @@
"Neste workshop, você criará uma tabela de horários de conferência de tecnologia acessível."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introdução ao ARIA",
"intro": [
diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json
index cac6f687163..cab788c22a4 100644
--- a/client/i18n/locales/swahili/intro.json
+++ b/client/i18n/locales/swahili/intro.json
@@ -7855,6 +7855,13 @@
"In these lectures, you will learn how to work with the audio and video elements."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Build an HTML Audio and Video Player",
"intro": [
@@ -8056,6 +8063,12 @@
"In this workshop, you will build an accessible tech conference schedule table."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introduction to ARIA",
"intro": [
diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json
index 4215257d2df..57ae205b8d2 100644
--- a/client/i18n/locales/ukrainian/intro.json
+++ b/client/i18n/locales/ukrainian/intro.json
@@ -7841,6 +7841,13 @@
"In these lectures, you will learn how to work with the audio and video elements."
]
},
+ "workshop-html-video-player": {
+ "title": "Build an HTML Video Player",
+ "intro": [
+ "In this workshop, you'll use HTML to create a basic video player.",
+ "This project will cover the video element, the video player setup, and more."
+ ]
+ },
"lab-html-audio-and-video-player": {
"title": "Build an HTML Audio and Video Player",
"intro": [
@@ -8042,6 +8049,12 @@
"In this workshop, you will build an accessible tech conference schedule table."
]
},
+ "lab-debug-donation-form": {
+ "title": "Debug a Donation Form",
+ "intro": [
+ "In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
+ ]
+ },
"lecture-introduction-to-aria": {
"title": "Introduction to ARIA",
"intro": [