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">