intlayer-astro

star 767

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.

aymericzip By aymericzip schedule Updated 6/2/2026

name: intlayer-astro description: 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. metadata: author: Intlayer url: https://intlayer.org license: Apache-2.0 mcp-server: "@intlayer/mcp" category: productivity tags: [i18n] documentation: https://intlayer.org/doc support: contact@intlayer.org

Intlayer Astro Usage

Setup

Server-side (Astro Components)

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

Astro Documentation

References

Install via CLI
npx skills add https://github.com/aymericzip/intlayer --skill intlayer-astro
Repository Details
star Stars 767
call_split Forks 119
navigation Branch main
article Path SKILL.md
More from Creator