From ef2a9712da29506afbf1b23caf81bce7af242b76 Mon Sep 17 00:00:00 2001 From: yaodieudonnesingo60 Date: Wed, 2 Sep 2026 13:20:20 +0000 Subject: [PATCH] feat(i18n): add French locale support and documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add full French translation landing page in fr/index.html - Integrate French (🇫🇷) option into locale picker across all pages (en, es, pt_BR, fr) - Add hreflang link tags for fr locale - Fix SonarLint JS issue S6325 by using regex literal - Ensure explicit braces {} on all JS conditional branches - Separate Python and Node.js server examples in README.md - Document French locale in locale-specification.md --- README.md | 8 +- es/index.html | 65 ++++-- fr/index.html | 450 ++++++++++++++++++++++++++++++++++++++++ index.html | 65 ++++-- locale-specification.md | 1 + pt_BR/index.html | 65 ++++-- 6 files changed, 613 insertions(+), 41 deletions(-) create mode 100644 fr/index.html diff --git a/README.md b/README.md index e5d5288..ea549dd 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,15 @@ Landing page for **GitHub Copilot Dev Days** — a collection of hands-on worksh This is a static site hosted on GitHub Pages. To run locally, serve the files with any static file server: +Python: + ```sh -# Example using Python python3 -m http.server +``` -# Example using Node.js +Node.js: + +```sh npx serve ``` diff --git a/es/index.html b/es/index.html index cc683ca..7cfb20d 100644 --- a/es/index.html +++ b/es/index.html @@ -20,6 +20,7 @@ + + + +
+
+ +
    +
  • 🇬🇧 English
  • +
  • 🇪🇸 Español
  • +
  • 🇧🇷 Português (Brasil)
  • +
  • 🇫🇷 Français
  • +
+
+ +
+ +
+
+

GitHub Copilot Dev Days

+

Des ateliers pratiques pour maîtriser GitHub Copilot sur chaque IDE, langage et workflow. Choisissez votre stack, développez un vrai projet et développez vos compétences en développement assisté par IA.

+ +
+
+
12
+
Ateliers
+
+
+
6
+
Langages
+
+
+
6
+
IDEs
+
+
+
+
+ +
+
+ + +
+
🌱 Accessible aux débutants — GitHub Learn Labs (Codespaces uniquement)
+

Nouveau sur GitHub Copilot ? Commencez avec ces ateliers gratuits en auto-apprentissage sur learn.github.com/skills pour acquérir une expérience pratique avant de vous lancer dans les ateliers ci-dessous. Ces GitHub Learn Labs sont conçus pour être complétés uniquement dans GitHub Codespaces.

+ +
+ + + + + + + + + + +
+
+ +
+
+

Prérequis Généraux

+
+
+ + Compte GitHub +
+
+ + Licence GitHub Copilot +
+
+ + Git Installé +
+
+ + Votre IDE de choix +
+
+
+
+ + + + + + diff --git a/index.html b/index.html index 395a792..7ff2b4e 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ +