Skip to content

Commit f33b6d3

Browse files
committed
Update middleware.ts
1 parent 4308d12 commit f33b6d3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/frontend-web/middleware.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ import { NextResponse } from 'next/server';
33
import type { NextRequest } from 'next/server';
44

55
// Available locales
6-
export const locales = ['en', 'de', 'fr', 'es','af','ar', 'ca','cs','da'];
6+
export const locales = [
7+
'en', 'af', 'ar', 'ca', 'cs', 'da', 'de', 'el', 'es', 'fi',
8+
'fr', 'he', 'hu', 'id', 'it', 'ja', 'ko', 'nl', 'no', 'pl',
9+
'pt', 'pt-BR', 'ro', 'ru', 'sr', 'sv', 'tr', 'uk', 'vi',
10+
'zh-CN', 'zh-Hant'
11+
];
712
export const defaultLocale = 'en';
813

914
// Protected routes that require authentication

0 commit comments

Comments
 (0)