modules icon indicating copy to clipboard operation
modules copied to clipboard

feat: add `nuxt-google-translate` module

Open nexoscreator opened this issue 1 year ago • 0 comments

🔗 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 /> and useGoogleTranslate composable 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.

nexoscreator avatar Jan 26 '25 16:01 nexoscreator