i18n Ready: Multi-language Out of the Box
i18n, internationalization, localization
i18n Ready: Multi-language Out of the Box
Admin Tester
9/13/2025
1 min read
Internationalization (i18n) is built into the starter so you can focus on writing content—not wiring locales. Language routing, message loading, and locale-aware formatting are pre-configured, and adding a new language takes only a few steps.
What you get
- Automatic locale routing and detection
- Organized
messages/
per-locale files - Locale-aware dates, numbers, and metadata
- SEO-friendly language alternates
Typical workflow
- Add a locale JSON file under
src/messages/
. - Translate only the keys you need (progressive translation).
- Link to pages using locale-aware
<Link/>
to persist language.
With i18n ready from day one, you can launch globally without refactoring later.
Loading comments…
Loading related posts…