Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PetraAI
/
LMDpro
like
1
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ead5909
LMDpro
/
i18n.ts
PetraAI
Upload 27 files
ead5909
verified
2 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
import
{getRequestConfig}
from
'next-intl/server'
;
export
default
getRequestConfig
(
async
({locale}) => ({
messages
: (
await
import
(
`./messages/
${locale}
.json`
)).
default
}));