mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16:57 +00:00
c5a1503684
* Localisation * Update tests * Fix map markers in English view * Fix typo
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import {getRequestConfig} from 'next-intl/server';
|
|
|
|
export default getRequestConfig(async ({locale}) => ({
|
|
messages: (await import(`./messages/${locale}.json`)).default
|
|
}));
|