# I18N Localizer

> Internationalize a module by extracting hardcoded Chinese strings, generating translation keys, and updating all three locale files (en, zh-Hans, ja).

- Skill: `dataelement/i18n-localizer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dataelement/i18n-localizer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dataelement/i18n-localizer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dataelement (https://skillmd.com/u/dataelement)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/dataelement/i18n-localizer

---


# i18n Localizer

This skill extracts hardcoded Chinese strings from a React module and replaces them with `useLocalize()` calls, keeping all three locale files in sync.

## Instructions
1. **Read the Workflow**: Read the content of `resources/INSTRUCTIONS.md` for the complete step-by-step process.
2. **Read the Conventions**: Read `resources/CONVENTIONS.md` for key naming rules and usage patterns.
4. **Execute**: Follow the workflow to localize the target module.

