From 0a8a5f215a009d362d8a9bbcefd2e7e10909fefa Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Thu, 12 Mar 2026 10:44:58 +0100 Subject: [PATCH] =?UTF-8?q?Page=20acteur=20:=20vid=C3=A9os=20YouTube=20Los?= =?UTF-8?q?t=20in=20Traduction,=20Milega=20+=20MProd=20Video=20(FR/EN/AR)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LostInTraductionVideos.astro | 67 +++++++++++++++++++++ src/pages/ar/مسرح/ممثل.astro | 6 +- src/pages/en/acting.astro | 2 +- src/pages/en/theater/actor.astro | 6 +- src/pages/theatre/acteur.astro | 6 +- 5 files changed, 80 insertions(+), 7 deletions(-) create mode 100644 src/components/LostInTraductionVideos.astro diff --git a/src/components/LostInTraductionVideos.astro b/src/components/LostInTraductionVideos.astro new file mode 100644 index 0000000..e8ab549 --- /dev/null +++ b/src/components/LostInTraductionVideos.astro @@ -0,0 +1,67 @@ +--- +const videos = [ + { id: "16uLwRZ4s_k", title: "Épisode 1" }, + { id: "WZkqj2pQV4Y", title: "Épisode 2 : Le traducteur, ce mouton à 5 pattes" }, + { id: "9FOYT4PKPAk", title: "Épisode 3 : La traduction automatique" }, + { id: "-5VgXb0Mx94", title: "Épisode 4 : Recherche traducteur désespérément" }, + { id: "COPv7xBQWEs", title: "Épisode 5 : L'enfer du copier coller" }, + { id: "KfSJs2rAtac", title: "Épisode 6 : Los nuevos bandidos" }, + { id: "usd30qeAH28", title: "Épisode 7 : Le meilleur expert SEO au monde" }, + { id: "02AIt76ybKM", title: "Épisode 8 : On se fait un brainstorming ?" }, + { id: "G3_QAMxI9XA", title: "Épisode 9 : Les terribles variantes" }, + { id: "wZPnDYECFn4", title: "Épisode 10 : Le juste prix" }, + { id: "8Hl9tABsy2Q", title: "Épisode 11 : Ça peut faire mal" }, + { id: "kADYbTd_S_w", title: "Épisode 12 : L'arme fatale" }, + { id: "d6HlXs4tgCA", title: "Épisode 13 : Le juste prix (2)" }, + { id: "gUTihlkAnQM", title: "Épisode 14 : We have a problem" }, + { id: "GEmvfTYZDZ8", title: "Épisode final : La fête" }, + { id: "UUOzZVTt_Go", title: "Bonus : Les acteurs VOST" }, +]; + + +const first = videos[0]; +const middle = videos.slice(1, -1); +const last = videos[videos.length - 1]; +--- + +
+
+