Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 725 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 725 Bytes

Next.js i18n Demo

This project is a minimal demonstration of internationalization (i18n) using the Next.js App Router. It showcases how to implement multilingual support with various server and client components.

Features

  • Internationalization: Implemented with next-intl for multiple languages.
  • Server Components: Translations in both async and non-async server components.
  • Client Components: Handling translations on the client side.

Getting Started

  1. Clone the repository.
  2. Install dependencies: npm install.
  3. Run the development server: npm run dev.

License

This project is available under the MIT License.


Built by dorji-dev