Translations Editor
Edit translation files through the Dev Tools UI.
The Translations Editor lets you inspect and edit the locale files used by the app.
In this repo, it is backed by the MCP translations service and writes changes back to the message files.
Click to expandAdding a New Language
Add the locale to packages/i18n/src/routing.ts, then add the matching message files under apps/web/i18n/messages/.
Editing Translations
Every update is written back to the same file it came from.