feat: install next-intl and set up i18n routing config

This commit is contained in:
2026-08-10 15:32:11 +02:00
parent cad0584af3
commit 0a75aba78b
6 changed files with 464 additions and 18 deletions
+4
View File
@@ -0,0 +1,4 @@
import { createNavigation } from 'next-intl/navigation'
import { routing } from './i18n/routing'
export const { Link, redirect, usePathname, useRouter } = createNavigation(routing)