https://github.com/sheraff/nextjs-i18n-router
https://github.com/sheraff/nextjs-i18n-router
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheraff/nextjs-i18n-router
- Owner: Sheraff
- Created: 2020-07-16T12:10:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T12:13:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T19:51:56.123Z (over 1 year ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-i18n-example
This is a simple example of a multilingual site implemented in [Next.js](https://nextjs.org/) using [dynamic routing](https://nextjs.org/docs#dynamic-routing).
# Features
- language subpaths
- client and server rendered
- seo friendly
- automatic language detection
- ability to save user language preference
- translations
- written in TypeScript
- uses only basic Next.js and React APIs (no custom server required, etc.)
# Demo
Working site can be viewed [here](https://simple-i18n-example.fwojciec.now.sh).
# Blog post
This is a companion repo to a blog post which can be found [here](https://w11i.me/how-to-build-multilingual-website-in-next-js).