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">
Installs
10
GitHub Stars
8
First Seen
Mar 4, 2026
multi-language-localization — hack23/riksdagsmonitor