Add catalan locale (#359)

This commit is contained in:
Luke Vella 2022-11-21 16:44:57 +00:00 committed by GitHub
parent 4588112464
commit 81ee420938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 197 additions and 0 deletions

View file

@ -2,6 +2,7 @@ import languageParser from "accept-language-parser";
import { NextRequest, NextResponse } from "next/server";
const supportedLocales = [
"ca",
"cs",
"da",
"de",