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.
nuxt-i18n-inspectAlt-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.
Every line you see below is a key in a JSON file.
localhost:3000This sentence lives in en.json. Open the live demo and rewrite it from the page itself.
i18n/locales/en.jsonTranslation 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.
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.
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.
Add the module to nuxt.config and start your dev server.
Press Alt+Shift+I. Hover anything, the key shows up above it.
Alt-click, edit, Ctrl+Enter. The file changes, the page updates.