Ask your question and get a summary of the document by referencing this page and the AI provider of your choice
Version History
- "Unified documentation for all exports"v8.0.021/01/2026
The content of this page was translated using an AI.
See the last version of the original content in EnglishIf you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy doc Markdown to clipboard
astro-intlayer Package
The astro-intlayer package provides the necessary tools to integrate Intlayer into Astro applications. It configures locale-based routing and dictionary management.
Installation
Copy the code to the clipboard
npm install astro-intlayerExports
Integration
The astro-intlayer package provides an Astro integration to set Intlayer up in your project.
Import:
Copy the code to the clipboard
import "astro-intlayer";or add it to astro.config.mjs:
Copy the code to the clipboard
export default defineConfig({ integrations: [intlayer()],});Open the table in a modal to view all data content clearly
| Function | Description |
|---|---|
intlayer | Astro integration that sets Intlayer up in your project. |