Skip to content

aga87/nextjs-i18n-setup

Repository files navigation

i18n Setup with Next.js

A production-ready internationalization (i18n) setup for Next.js App Router, featuring locale routing, dictionary-based translations, and rich text component injection.

Branches

  • main – Production branch. This branch represents the stable and production-ready version of the code. It is used for deployments to the live environment.

  • dev – Development branch. This is the default branch for ongoing development work. It is where new features and bug fixes are implemented and tested before being merged into the main branch. It is used for deployments to the staging environment.

Development

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

A production-ready internationalisation (i18n) setup for Next.js App Router, featuring locale routing, dictionary-based translations, and rich text component injection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors