mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-21 11:57:12 +02:00
Add danish locale (#321)
This commit is contained in:
parent
313d2eab76
commit
9256eb7135
8 changed files with 196 additions and 0 deletions
|
@ -4,6 +4,7 @@ import { NextRequest, NextResponse } from "next/server";
|
|||
const supportedLocales = [
|
||||
"en",
|
||||
"es",
|
||||
"da",
|
||||
"de",
|
||||
"fr",
|
||||
"it",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue