Интернационализация UI на React и Vue
★ 6.6 · web-development
localization-toolkit is a Claude Code skill that sets up, audits, and enforces internationalization across React, Next.js, and Vue codebases using libraries such as react-i18next, next-intl, and vue-i18n. It covers the full workflow: wiring the i18n provider at the app root, scanning source files with ripgrep to locate hard-coded strings, replacing them with structured keys like `t('namespace.key')`, mapping error codes to localized messages, and validating key parity with the bundled `scripts/i18n_audit.py` script. Default target locales are en-US and zh-CN, with support for JSON, YAML, PO, and XLIFF file formats, plural rules, Intl-based date and number formatting, RTL layouts, and SEO metadata localization. The skill fits teams starting i18n from scratch, migrating legacy strings, or needing automated coverage checks before every release.
- #i18n
- #localization
- #react
- #typescript
- #internationalization