·composable-svelte-i18n
</>

composable-svelte-i18n

jonathanbelolo/composable-svelte

Internationalization (i18n) system for Composable Svelte. Use when implementing multi-language support, translations, date/number formatting, locale detection, or localizing applications. Covers translation loading, ICU MessageFormat, formatters (dates/numbers/currency), locale detection, SSR integration, and the i18n reducer.

2Installs·0Trend·@jonathanbelolo

Installation

$npx skills add https://github.com/jonathanbelolo/composable-svelte --skill composable-svelte-i18n

SKILL.md

Complete i18n solution integrated with the Composable Architecture. Handles translations, formatting (dates, numbers, currency), locale detection, and works seamlessly with SSR/SSG.

Principle: i18n state is part of your application state, integrated via the i18n reducer.

WHY: Single source of truth. i18n changes should flow through the same reducer pipeline as other state changes.

Internationalization (i18n) system for Composable Svelte. Use when implementing multi-language support, translations, date/number formatting, locale detection, or localizing applications. Covers translation loading, ICU MessageFormat, formatters (dates/numbers/currency), locale detection, SSR integration, and the i18n reducer. Source: jonathanbelolo/composable-svelte.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jonathanbelolo/composable-svelte --skill composable-svelte-i18n
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is composable-svelte-i18n?

Internationalization (i18n) system for Composable Svelte. Use when implementing multi-language support, translations, date/number formatting, locale detection, or localizing applications. Covers translation loading, ICU MessageFormat, formatters (dates/numbers/currency), locale detection, SSR integration, and the i18n reducer. Source: jonathanbelolo/composable-svelte.

How do I install composable-svelte-i18n?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jonathanbelolo/composable-svelte --skill composable-svelte-i18n Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jonathanbelolo/composable-svelte