Intlayer Astro

Integrates Intlayer internationalization with Astro applications. Use when the user asks to "setup Astro i18n", use "getIntlayer" in Astro components, or manage server-side content in Astro.

tomevault-io a4f59ac 2 files · 1.6 KB Updated

File contents

Intlayer Astro Usage

Setup

  • Astro

Server-side (Astro Components)

---
import { getIntlayer } from "astro-intlayer";
const content = await getIntlayer("my-dictionary-key");
---
<h1>{content.title}</h1>

Astro Documentation

References

  • Website

  • Doc

  • Astro

  • Intlayer Exports

  • Astro Intlayer Exports


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/aymericzip--intlayer-skills--intlayer-astro commit a4f59acb1b

Frequently asked questions

npx skillmds@latest add tomevault-io/intlayer-astro