A simple Nuxt module that integrates the Google Translate widget into your Nuxt.js application, allowing seamless multilingual support without requiring an API key.
npm install nuxt-google-translate




---
bash
npm install nuxt-google-translate
`
2. Use the Component
Add the component to your app layout or app.vue:
`vue
`
That's it! Your Nuxt app now supports multiple languages with Google Translate. š
$3
You can also use the component for a dropdown menu to switch languages:
`vue
`
For more advanced configurations, check out the š Full Documentation.
---
š Useful Links




---
š¤ Contributing
We ā¤ļø contributions! Follow these steps to contribute:
1. š“ Fork the repository
2. šæ Create a new branch (git checkout -b feature/AmazingFeature)
3. š¾ Commit your changes (git commit -m 'Add some AmazingFeature')
4. š Push to the branch (git push origin feature/AmazingFeature`)
Made with ā¤ļø by the @nexoslabs Team