Translations Editor
Use the dev-tool app to inspect and update locale files.
The translations editor lives in the apps/dev-tool workspace app.
Click to expandOpenAI Key
If you want AI-assisted translation, add your key to:
apps/dev-tool/.env.local
OPENAI_API_KEY=your-openai-api-keyWhere It Writes
Locale files live under:
apps/web/i18n/messages/<locale>/*.jsonThe editor writes changes back to those files.
Adding a Language
Add the locale to the i18n routing config first, then add the matching message files.