next-i18next
Advanced tools
Changelog
14.0.0
i18next 23.0.0 dropped support for older browsers. From nextjs 13, you can use the transpilePackages to avoid issues.
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ['i18next'],
}
module.exports = nextConfig
Changelog
13.3.0