super-productivity/packages/vite-plugin
Johannes Millan eb120baf1b feat(plugins): add i18n support to boilerplate-solid-js
- Add useTranslate() hook for reactive translations in SolidJS
- Include example translation files (en.json, de.json)
- Update Vite plugin to copy i18n folder during build
- Add i18n message handlers to plugin.ts
- Demonstrate i18n usage in App.tsx with ~10 translation keys
- Update documentation with comprehensive i18n guide
- Add i18n to features list in main plugin-dev README

The boilerplate now provides a complete working example of multi-language
plugin support, making it easy for developers to create internationalized
plugins.
2026-01-16 22:34:50 +01:00
..
src feat(plugins): add i18n support to boilerplate-solid-js 2026-01-16 22:34:50 +01:00
.gitignore feat(plugins): improve on infrastructre for bundled plugins 2025-11-26 16:22:01 +01:00
package.json feat(plugins): add plugin packaging script and improve build command handling 2025-11-26 17:23:17 +01:00
tsconfig.json feat(plugins): improve on infrastructre for bundled plugins 2025-11-26 16:22:01 +01:00