Implements internationalization and localization patterns to build multi-language software with RTL support and translation management.
This skill empowers Claude to handle complex internationalization (i18n) and localization (L10n) tasks with precision. It provides standardized patterns for detecting hardcoded strings, managing nested locale files, and implementing frameworks like react-i18next or Python's gettext. Beyond simple translations, the skill guides the implementation of Right-to-Left (RTL) layouts, pluralization rules, and region-specific date or number formatting, ensuring your application provides a native experience for users globally while maintaining a maintainable codebase.
主要功能
01Support for ICU message formats and pluralization
02RTL (Right-to-Left) layout and CSS logic implementation
03Hardcoded string detection and extraction
04Standardized locale file structure management
051 GitHub stars
06Framework-specific implementation for React, Next.js, and Python
使用场景
01Auditing codebases to identify and replace hardcoded text with translation keys
02Setting up RTL support and directional CSS for Middle Eastern markets
03Converting a single-language legacy application into a globalized platform