Reverted all changes back to version 256c071bec

This commit is contained in:
[dyad]
2026-01-18 12:56:25 +01:00
parent ce867c5431
commit 53db85e5dc
10 changed files with 98 additions and 738 deletions

View File

@@ -1,5 +0,0 @@
import {getRequestConfig} from 'next-intl/server';
export default getRequestConfig(async ({locale}) => ({
messages: (await import(`./messages/${locale}.json`)).default
}));