Update request.ts

This commit is contained in:
Marvin 2025-04-22 17:43:42 +02:00 committed by GitHub
parent de065474fe
commit fc56b551e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ import {getRequestConfig} from 'next-intl/server';
export default getRequestConfig(async () => {
// Provide a static locale, fetch a user setting,
// read from `cookies()`, `headers()`, etc.
const locale = 'de';
const locale = 'de-DE';
return {
locale,