Installation
Install the package
npm install @otrodigital/astro-i18n-nextPeer dependencies
The following packages must be installed in your project:
| Package | Version | Purpose |
|---|---|---|
astro | >= 5.0.0 | Astro framework with i18n routing support |
i18next | >= 23.0.0 | Translation engine |
js-yaml | >= 4.0.0 | YAML frontmatter parsing for multilingual content |
marked | >= 9.0.0 | Markdown rendering for content body |
Install them all at once:
npm install astro i18next js-yaml markedNext steps
Head to the Quick Start guide to set up your first multilingual Astro site.