Blazity / next-enterprise

💼 An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development.
https://next-enterprise.vercel.app
MIT License
6.08k stars 1.57k forks source link

add i18n / internationalization to next-enterprise #293

Closed felixhaeberle closed 4 months ago

felixhaeberle commented 4 months ago

Hey, I'm curious if you aim to add i18n to this project?

I guess this would help a lot people and I would be therfore open to do a PR if you are willing to merge it.

Have a nice day! – Felix

bmstefanski commented 4 months ago

Hi Felix @felixhaeberle, thanks for the question

We were thinking about this a lot a few months ago, but we decided to skip this feature for now since not every app uses and needs i18n. And having it as a dependency and in middleware would just add another step for the user - removing it (hopefully or otherwise they would have +- 20kb of gzipped unused JS in the bundle), before using the template