mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-20 17:57:22 +02:00
Add catalan locale (#359)
This commit is contained in:
parent
4588112464
commit
81ee420938
8 changed files with 197 additions and 0 deletions
|
@ -2,6 +2,7 @@ import languageParser from "accept-language-parser";
|
|||
import { NextRequest, NextResponse } from "next/server";
|
||||
|
||||
const supportedLocales = [
|
||||
"ca",
|
||||
"cs",
|
||||
"da",
|
||||
"de",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue