{"slug": "is-claude-directly-editing-your-translation-json-files", "title": "Is Claude directly editing your translation JSON files?", "summary": "The team behind i18nexus has developed a workflow where AI coding agents like Claude and Codex generate translations through the Model Context Protocol (MCP) instead of directly editing JSON files. The system synchronizes translation files automatically while allowing product managers and translators to review changes in a shared dashboard. Developers can integrate the tool by running a single CLI command without modifying existing code.", "body_md": "Over the past year, AI coding agents have become incredibly good at localization. Claude, Codex, Cursor, and similar tools can generate strings, update components, and create translations in multiple languages from a single prompt. For many React applications, generating translations is no longer the difficult part.\n\nThe interesting problem now is everything that happens after the translations are generated.\n\nProduct managers still want copy changes. Translators still need review workflows. Teams still need context for each string. Developers still need synchronized translation files. The AI can generate the content, but somebody still needs to coordinate the workflow around that content.\n\nWhile building i18nexus, we started wondering what would happen if AI coding agents created strings, translations, and context through the same system as everyone else instead of writing directly to translation JSON files.\n\nThe result is a workflow where AI agents can generate strings, translations, and context through MCP, while PMs and translators review everything in a shared dashboard. Translation files stay synchronized automatically, and developers work with AI coding agents the same way they already do in their application.\n\nThe easiest way to get started is to run the `init`\n\ncommand at the root of your project. It doesn't matter if you're using next-intl, i18next, or react-intl:\n\n`npx @i18nexus/cli init`\n\nThe CLI creates an i18nexus project, imports your existing translations, configures synchronization, and sets up the MCP integration for Claude Code or Codex. No code changes needed. Continue working as you normally do.\n\nOnce configured, AI agents automatically add new copy and translations to i18nexus as you code, which are then synced down to your local JSON files. The developer experience doesn't change at all.\n\nThose changes immediately become available for review inside the dashboard, where PMs and translators can edit and verify translations before they are synchronized back to local translation files.\n\nWhether a PM edits a string in the dashboard or another developer adds a string from their MCP, the local translation files update automatically for all developers. The application updates. The build stays synchronized. Nobody, including AI agents, manually edits JSON files. We often find ourselves gitignore-ing them. They're now simply generated output.\n\nThe most interesting thing about AI localization isn't that AI can generate translations anymore. That's already becoming expected. The interesting challenge is figuring out how developers, translators, product managers, and AI agents work together around those translations.\n\nFor us, the answer has been to treat AI agents as first-class participants in the localization workflow rather than tools that edit translation files directly. The coding experience doesn't change, but the collaboration experience changes dramatically.\n\nCheck out the quick setup guide [here](https://i18nexus.com/getting-started).\n\nHappy coding!", "url": "https://wpnews.pro/news/is-claude-directly-editing-your-translation-json-files", "canonical_source": "https://dev.to/i18nexus/is-claude-directly-editing-your-translation-json-files-2o3c", "published_at": "2026-05-30 02:23:06+00:00", "updated_at": "2026-05-30 02:41:52.300437+00:00", "lang": "en", "topics": ["ai-agents", "ai-tools", "ai-products", "generative-ai", "natural-language-processing"], "entities": ["Claude", "Codex", "Cursor", "i18nexus", "MCP", "next-intl", "i18next", "react-intl"], "alternates": {"html": "https://wpnews.pro/news/is-claude-directly-editing-your-translation-json-files", "markdown": "https://wpnews.pro/news/is-claude-directly-editing-your-translation-json-files.md", "text": "https://wpnews.pro/news/is-claude-directly-editing-your-translation-json-files.txt", "jsonld": "https://wpnews.pro/news/is-claude-directly-editing-your-translation-json-files.jsonld"}}