mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-18 18:41:51 +02:00
Add polish locale (#336)
This commit is contained in:
parent
54270c506d
commit
2092fa639b
8 changed files with 197 additions and 0 deletions
|
@ -15,6 +15,7 @@ const supportedLocales = [
|
|||
"zh",
|
||||
"pt",
|
||||
"pt-BR",
|
||||
"pl",
|
||||
];
|
||||
|
||||
export function middleware({ headers, cookies, nextUrl }: NextRequest) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue