mirror of
https://github.com/fosrl/pangolin.git
synced 2025-09-01 07:20:06 +02:00
Update request.ts
This commit is contained in:
parent
de065474fe
commit
fc56b551e1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue