nuxt-i18n-inspect
Nuxt module, MIT

Edit your translations where you read them.

Alt-click any text in your running app, fix the wording, and the change lands in your locale JSON file. No backend, no database, no sync service.

View on GitHub

Every line you see below is a key in a JSON file.

localhost:3000
hero.sampleLine

This sentence lives in en.json. Open the live demo and rewrite it from the page itself.

i18n/locales/en.json
Open the live demo
01

Why another one of these

Your git stays the truth

Translation platforms keep your strings on their server and hand them back on their terms. This module writes straight into the files that already go through your review.

Nothing to run

No account, no service, no container to keep alive. The module lives inside your dev server and registers nothing at all in a production build.

Built for whoever writes

Whoever owns the words — a marketer, a designer, the founder — opens the app, sees the real layout at the real width, fixes the sentence and never waits for a developer to land a one-word change.

02

Three steps, no configuration

  1. 1

    Add the module to nuxt.config and start your dev server.

  2. 2

    Press Alt+Shift+I. Hover anything, the key shows up above it.

  3. 3

    Alt-click, edit, Ctrl+Enter. The file changes, the page updates.