multi-language-localization

Installation
SKILL.md

Multi-Language Localization Skill

Purpose

Implement proper internationalization (i18n) and localization (l10n) for static websites supporting multiple languages.

Core Principles

1. Language Declaration

<!-- ✅ Always declare language -->
<html lang="en">

<!-- For Swedish -->
<html lang="sv">

<!-- For Arabic (RTL) -->
<html lang="ar" dir="rtl">
Related skills
Installs
10
GitHub Stars
7
First Seen
Mar 4, 2026