Skip to content

FabrikappAgency/tutorial-nextjs-i18n

Repository files navigation

Internationalization in Next.js Application

Overview

This application supports multiple languages using the next-intl library.

Adding New Locales

  1. Add the new locale in src/i18n.ts under the locales array.
  2. Create corresponding translation JSON files in /public/locales/{new-locale}/.

Switching Locales

Users can switch locales by visiting the appropriate domain associated with each locale as configured in next.config.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published