Nuxt Google Translate
Easily integrate Google Translate into your Nuxt 3 application with this powerful and customizable module.
Published: February 12, 2025
Easily integrate Google Translate into your Nuxt 3 application with this powerful and customizable module.
๐ Features
- ๐ Seamless integration with Google Translate
- ๐ Easy to set up and use
- ๐จ Customizable styling
- ๐คฉ Support 100+ Languages
- ๐ง Configurable default language and supported languages
๐ Quick Start
- Add
nuxt-google-translate
dependency to your project
npm install --save-dev nuxt-google-translate
- Add
nuxt-google-translate
to themodules
section ofnuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-google-translate'
]
})
That's it! You can now use Nuxt Google Translate in your Nuxt app โจ
๐ Documentation
Explore the full capabilities of Nuxt Google Translate:
- ๐ Basic Usage โ A comprehensive guide to all features.
- ๐ ๏ธ Configuration โ Detailed installation and setup instructions.
- ๐ง Changing Language โ How to switch between supported languages.
๐ค Contributing
We love contributions! Here's how you can help:
- ๐ด Fork the repository
- ๐ฟ Create your feature branch (
git checkout -b feature/AmazingFeature
) - ๐พ Commit your changes (
git commit -m 'Add some AmazingFeature'
) - ๐ Push to the branch (
git push origin feature/AmazingFeature
) - ๐ Open a Pull Request
Check out our Contribution Guidelines for more details.
License
This project is licensed under the MIT License.
๐ Acknowledgements
- Google Translate - For enabling seamless language translation.
- Nuxt - For providing a powerful framework for building web applications.
- The open-source community - For the amazing tools and contributions that make this module possible.
Made with โค๏ธ by the Nexos Creation Team