feat(www): locale specific urls (#12508)

This commit is contained in:
Adam 2026-02-06 11:30:40 -06:00 committed by GitHub
commit 24cd84cda5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 279 additions and 134 deletions

View file

@ -8,11 +8,13 @@ import "@ibm/plex/css/ibm-plex.css"
import "./app.css"
import { LanguageProvider } from "~/context/language"
import { I18nProvider } from "~/context/i18n"
import { strip } from "~/lib/language"
export default function App() {
return (
<Router
explicitLinks={true}
transformUrl={strip}
root={(props) => (
<LanguageProvider>
<I18nProvider>