Add polish locale (#336)

This commit is contained in:
Luke Vella 2022-10-24 10:04:13 +01:00 committed by GitHub
parent 54270c506d
commit 2092fa639b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 197 additions and 0 deletions

View file

@ -15,6 +15,7 @@ const supportedLocales = [
"zh",
"pt",
"pt-BR",
"pl",
];
export function middleware({ headers, cookies, nextUrl }: NextRequest) {