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.
- 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.
- Clone the repository.
- Install dependencies:
npm install
. - Run the development server:
npm run dev
.
This project is available under the MIT License.
Built by dorji-dev