How to generate and pass AI context for translations via CLI
• 4 min read
Short, ambiguous UI strings like "Name", "Post", or "Run" are the biggest problem in localization. Is "Post" a button to publish content or a forum message? Without context, translators and AI models are forced to guess, which leads to broken UI translations and endless QA review cycles.
Instead of manually typing out context descriptions for thousands of keys, you can now delegate this entire process to your local AI Agent (like Cursor, Copilot, or Claude Code).
By leveraging the new Crowdin CLI context management commands and Crowdin Skills, your AI agent can automatically download your translation keys, analyze your codebase to understand what those keys do, generate precise context descriptions, and push them back to Crowdin.
Based on the core workflow introduced in Context Enrichment with AI Agents, this step-by-step guide will show you how to configure and deploy this automated, agent-driven setup directly in your local terminal.