From 7f0a7946d1a4897c5e08e4303fe455fdc0a46f0f Mon Sep 17 00:00:00 2001 From: Oleksandr Kupriyanov Date: Tue, 25 Aug 2026 01:31:11 +0300 Subject: [PATCH] feat: add i18n-inspect --- icons/i18n-inspect.svg | 12 ++++++++++++ modules/i18n-inspect.yml | 19 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 icons/i18n-inspect.svg create mode 100644 modules/i18n-inspect.yml diff --git a/icons/i18n-inspect.svg b/icons/i18n-inspect.svg new file mode 100644 index 000000000..e3d1f3820 --- /dev/null +++ b/icons/i18n-inspect.svg @@ -0,0 +1,12 @@ + + nuxt-i18n-inspect + + + + + + + + + + diff --git a/modules/i18n-inspect.yml b/modules/i18n-inspect.yml new file mode 100644 index 000000000..1574ae895 --- /dev/null +++ b/modules/i18n-inspect.yml @@ -0,0 +1,19 @@ +name: i18n-inspect +description: >- + Alt-click any text in your running app, edit the wording, and the change lands + in your locale JSON file. No backend, no database, no sync service. +repo: Polkilof/nuxt-i18n-inspect +npm: nuxt-i18n-inspect +icon: i18n-inspect.svg +github: https://github.com/Polkilof/nuxt-i18n-inspect +website: https://polkilof.github.io/nuxt-i18n-inspect/ +learn_more: >- + https://stackblitz.com/github/Polkilof/nuxt-i18n-inspect?file=demo%2Fi18n%2Flocales%2Fen.json +category: Devtools +type: 3rd-party +maintainers: + - name: Oleksandr Kupriyanov + github: Polkilof +compatibility: + nuxt: '>=3.0.0' + requires: {}