i18n Starter is a simple Astro theme for creating multilingual websites. It supports i18n feature from Astro v4.0.
Internationalization (i18n) Routing | Astro Docs
Basically, only the subdirectory URL scheme is supported. It is managed by the URL as follows for each language. The root URL is redirected to the specified default language.
- example.com/en/
- example.com/ja/
Feature
- support for Astro's official i18n feature
- Various management methods for multilingual pages
- Vanilla CSS
- SEO friendly
- 100/100 Lighthouse performance
Getting Started
Assumes basic knowledge of Astro.
If you're okay, let's get started!