amlcodes / i18n-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internationalized Routing

Next.js doesn't support internationalized routing in app directory out of the box. But you can easily implement it yourself. This example shows how to implement internationalized routing on the Edge.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example app-dir-i18n-routing i18n-app
# or
yarn create next-app --example app-dir-i18n-routing i18n-app
# or
pnpm create next-app --example app-dir-i18n-routing i18n-app

Deploy it to the cloud with Vercel (Documentation).

About


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%