Implements internationalization and localization patterns to make applications multi-lingual and globally accessible.
The i18n & Localization skill provides a comprehensive framework for transforming single-region applications into global products. It guides Claude through detecting hardcoded strings, managing structured locale files, and implementing framework-specific patterns for React, Next.js, and Python. By emphasizing best practices like ICU message formatting, CSS logical properties for RTL support, and automated translation checks, this skill ensures that software is architected for scalability and cultural adaptability from the ground up.
Características Principales
011 GitHub stars
02Implements RTL (Right-to-Left) layout support via CSS logical properties
03Provides implementation patterns for React, Next.js, and Python
04Detects hardcoded strings and missing translations automatically
05Manages structured locale files with namespacing and pluralization
06Ensures locale-aware date and number formatting using standard Intl APIs
Casos de Uso
01Configuring RTL support and layout mirroring for Arabic or Hebrew localizations
02Auditing existing codebases to identify and extract text for translation files
03Converting a hardcoded React web application into a multi-language SaaS platform