mirror of
https://github.com/fosrl/pangolin.git
synced 2025-09-01 15:25:17 +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 () => {
|
export default getRequestConfig(async () => {
|
||||||
// Provide a static locale, fetch a user setting,
|
// Provide a static locale, fetch a user setting,
|
||||||
// read from `cookies()`, `headers()`, etc.
|
// read from `cookies()`, `headers()`, etc.
|
||||||
const locale = 'de';
|
const locale = 'de-DE';
|
||||||
|
|
||||||
return {
|
return {
|
||||||
locale,
|
locale,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue