diff --git a/documentation-website/language/en.yml b/documentation-website/language/en.yml index c0306e5ca..239d12271 100644 --- a/documentation-website/language/en.yml +++ b/documentation-website/language/en.yml @@ -500,3 +500,10 @@ cookie-consent: youtube: title: "YouTube" description: "We will load videos from www.youtube-nocookie.com to directly play on the site." + +language-switch: + aria: "Language switch" + +languages: + en: "English" + fr: "Français" diff --git a/documentation-website/src/components/footer.tsx b/documentation-website/src/components/footer.tsx index a398f93d7..9f1cb204d 100644 --- a/documentation-website/src/components/footer.tsx +++ b/documentation-website/src/components/footer.tsx @@ -4,10 +4,14 @@ import { NavLink, } from 'react-router-dom'; import CookieConsent from './cookie-consent.tsx'; +import LanguageSwitch from './language-switch.tsx'; const Footer = () =>