Translator - Context-Aware Translation When to use - Translating UI strings, error messages, or microcopy - Translating documentation, README, or guides - Translating marketing copy or landing pages - Reviewing existing translations for naturalness - Creating glossaries or translation style guides - Any task involving multilingual content When NOT to use - i18n infrastructure setup (key extraction, routing, build) - use dev-workflow - Adding new locale to framework config - use dev-workflow - Code-level l10n patterns (date formatting, pluralization API) - use relevant agent Core Rules 1. Scan…