We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
I'm in the process to add i18n module for translations.
in next.config.ts according to docs I have to wrap up like in pic below. Do you have any idea how to wrap up current nextConfig?
The text was updated successfully, but these errors were encountered:
const withNextIntl = require('next-intl/plugin')(); /** @type {import('next').NextConfig} */ const nextConfig = { } module.exports = withNextIntl(nextConfig);
I have done it like that and works. But I am having issues using useRouter to change between langugae routes:
Sorry, something went wrong.
No branches or pull requests
Hello!
I'm in the process to add i18n module for translations.
in next.config.ts according to docs I have to wrap up like in pic below. Do you have any idea how to wrap up current nextConfig?
The text was updated successfully, but these errors were encountered: