mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-19 11:01:59 +02:00
French locale (#236)
This commit is contained in:
parent
9938fa5c58
commit
cbc112d4b5
13 changed files with 275 additions and 94 deletions
|
@ -1,6 +1,6 @@
|
|||
import { NextRequest, NextResponse } from "next/server";
|
||||
|
||||
const supportedLocales = ["en", "de"];
|
||||
const supportedLocales = ["en", "de", "fr"];
|
||||
|
||||
export function middleware({ headers, cookies, nextUrl }: NextRequest) {
|
||||
const locale =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue