Add a dedicated plugin for Vue Devtools to enhance the developer experience when using Intlayer in Vue applications. This would bring Intlayer's debugging capabilities directly into the main Vue development interface, similar to vue-i18n.
Proposed Features
- Translation Inspector: View and search all loaded translations and keys.
- Live Editing: Modify translations temporarily within the Devtools for rapid UI testing.
- Language Switcher: Toggle the application locale directly from the Devtools panel.
- Missing Key Alerts: Highlight missing translation keys during runtime.
References
Additional Context
Integrating as a module will allow users to manage their internationalization state without switching between the browser and the Intlayer dashboard, reducing friction during the development cycle.
Add a dedicated plugin for Vue Devtools to enhance the developer experience when using Intlayer in Vue applications. This would bring Intlayer's debugging capabilities directly into the main Vue development interface, similar to
vue-i18n.Proposed Features
References
Additional Context
Integrating as a module will allow users to manage their internationalization state without switching between the browser and the Intlayer dashboard, reducing friction during the development cycle.