feat: add i18n-inspect - #1589
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughAdded Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change adds the i18n-inspect module metadata and icon without any evidenced merge-blocking correctness, security, availability, or deployment risk; no actionable merge-blocking risk remains. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The That job runs The required I've deliberately left Happy to rebase or adjust the entry if anything needs changing. If it would be |
A dev-only module for editing @nuxtjs/i18n translations in the running page. Alt-click a string, edit it, and the change is written straight into the locale JSON file — no backend, and nothing registered in a production build.
Live demo (StackBlitz, runs the module for real): https://stackblitz.com/github/Polkilof/nuxt-i18n-inspect
Overview page: https://polkilof.github.io/nuxt-i18n-inspect/
npm: https://www.npmjs.com/package/nuxt-i18n-inspect
Tested on Nuxt 3.21 with @nuxtjs/i18n 9, and on Nuxt 4.5 with @nuxtjs/i18n 10.