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: {}