i10n using NextIntl
This commit is contained in:
@ -204,6 +204,7 @@ export const getServerSideProps = async (context) => {
|
||||
props: {
|
||||
initialItems: items,
|
||||
userId: session?.user.id,
|
||||
// messages: (await import(`../content/i18n/${context.locale}.json`)).default
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user