-
-
Notifications
You must be signed in to change notification settings - Fork 769
Closed
Description
How we are going to use this package with Nextjs version 13 and how it will work with server components? Because I want my hole page use translation in server and get translated page from server.
previously, we were using this package like this.
export const getServerSideProps: GetServerSideProps = async ({ locale }) => {
return {
props: {
...(await serverSideTranslations(locale as string, ["common", "login", "form"])),
},
};
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels