Translations Editor

Use the dev-tool app to inspect and update locale files.

The translations editor lives in the apps/dev-tool workspace app.

Translations dev tool panelClick to expand

OpenAI Key

If you want AI-assisted translation, add your key to:

apps/dev-tool/.env.local

OPENAI_API_KEY=your-openai-api-key

Where It Writes

Locale files live under:

apps/web/i18n/messages/<locale>/*.json

The 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.