4 min
Why I added five locales to a site with no traffic
Most advice says defer i18n until you need it. I rewrote every route under /[locale]/ before any traffic showed up. Here's the case for doing it early — and the parts of the rewrite that bit.
Tag
2 posts
Most advice says defer i18n until you need it. I rewrote every route under /[locale]/ before any traffic showed up. Here's the case for doing it early — and the parts of the rewrite that bit.
Notes on choosing an MDX engine for a Next.js 16 + next-intl blog with locale-aware routing — and why the file-system option was the wrong fit.