npm create astro@latest -- --template psephopaiktes/astro-i18n-starter
i18n Starter is a simple Astro theme for creating multilingual websites.
It supports i18n routing in Astro v4.0.
It only supports the subdirectory URL format. Each language is managed with a URL like the following. The root URL will redirect to the specified default language.
- example.com/en/
- example.com/ja/
- Support for Astro's official i18n functionality
- Various methods for managing multilingual pages
- Vanilla CSS
- SEO-friendly
This theme is self-documented, and the pages within this theme can be considered as documentation.
Install and preview locally or check out the sample site below.