https://github.com/bluzzi/nextjs-i18n
A cookie-based internationalization example with NextJS, suitable for apps that don't need SSG or SEO optimization.
https://github.com/bluzzi/nextjs-i18n
Last synced: 7 months ago
JSON representation
A cookie-based internationalization example with NextJS, suitable for apps that don't need SSG or SEO optimization.
- Host: GitHub
- URL: https://github.com/bluzzi/nextjs-i18n
- Owner: Bluzzi
- Created: 2024-05-05T13:34:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T19:52:45.000Z (about 2 years ago)
- Last Synced: 2025-01-31T17:13:12.800Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS i18n
This project demonstrates how to implement internationalization in NextJS applications using cookies, without relying on routing. It's ideal for applications where Static Site Generation (SSG) and SEO optimization are not required.
Utilizes [next-international](https://github.com/QuiiBz/next-international) for handling internationalization.