Skip to content

Aristockij/nextJs-intl_with_routing

Repository files navigation

Next.js 15 + Intl without Router

If you're not sure how to add localization to your Next.js project, this repo is for you!

Simple steps:

  1. Run npm install --force
  2. Open i18n/routing.ts and set the locale variable to your default development language
  3. Important: Make sure to add middleware.ts to your project
  4. Add as many languages as you need in the localization folder
  5. Run npm run dev to start development mode