i18n

Installation
SKILL.md

Internationalization (i18n) Skill

This skill ensures HTML pages are properly structured for internationalization and localization.

Essential Attributes

The lang Attribute (REQUIRED)

Every HTML document MUST have a language declaration:

<html lang="en">

Use BCP 47 language tags:

Installs
9
GitHub Stars
4
First Seen
Mar 4, 2026
i18n — profpowell/vanilla-breeze