modules
modules copied to clipboard
feat: add `nuxt-google-translate` module
🔗 Linked issue
No issue linked.
❓ Type of change
- [x] ✨ New feature (a non-breaking change that adds functionality)
📚 Description
This PR adds the Nuxt Google Translate Module to the official Nuxt module list.
Key Features of the Module:
- 🌍 Supports 100+ languages via Google Translate integration.
- 🚀 Easy setup and configuration in
nuxt.config.ts. - 📱 Fully responsive and mobile-friendly.
- 🔧 Allows for customization of default language and supported languages.
- 🎨 Additional tools like
<LanguageSelector />anduseGoogleTranslatecomposable for programmatic control.
Why is this change required? This module simplifies adding multilingual support to Nuxt applications, empowering developers to expand their apps' reach to a global audience with minimal setup.