Add danish locale (#321)

This commit is contained in:
Luke Vella 2022-09-26 19:26:18 +01:00 committed by GitHub
parent 313d2eab76
commit 9256eb7135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 196 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import { NextRequest, NextResponse } from "next/server";
const supportedLocales = [
"en",
"es",
"da",
"de",
"fr",
"it",