language i18n added and tested for server and client side
This commit is contained in:
8
ServicesFrontEnd/frontend/next.config.mjs
Normal file
8
ServicesFrontEnd/frontend/next.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
import createNextIntlPlugin from 'next-intl/plugin';
|
||||
|
||||
const withNextIntl = createNextIntlPlugin('./src/i18n/messages.ts');
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {};
|
||||
|
||||
export default withNextIntl(nextConfig);
|
||||
Reference in New Issue
Block a user