Back to Next Js

rosetta example

examples/with-i18n-rosetta/README.md

16.2.51.1 KB
Original Source

rosetta example

This example uses rosetta, React Hooks and context to provide a SSR, SSG, CSR compatible i18n solution.

In next.config.js you can configure the fallback language.

Deploy your own

How to use

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

bash
npx create-next-app --example with-i18n-rosetta with-i18n-rosetta-app
bash
yarn create next-app --example with-i18n-rosetta with-i18n-rosetta-app
bash
pnpm create next-app --example with-i18n-rosetta with-i18n-rosetta-app

Deploy it to the cloud with Vercel (Documentation).