Skip to content

Sample to demonstrate how to implement internationalization (i18n) in a Next.js project.

License

Notifications You must be signed in to change notification settings

on2-dev/next_i18n

Repository files navigation

Code for "i18n in Next.js: the easy way"

This is a sample Next.js project bootstrapped with create-next-app to demonstrate how to implement internationalization (i18n) in a Next.js project.

Getting Started

First, install the dependencies:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

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

About

Sample to demonstrate how to implement internationalization (i18n) in a Next.js project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published