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

  1. Add nuxt-google-translate dependency to your project
npm install --save-dev nuxt-google-translate
  1. Add nuxt-google-translate to the modules section of nuxt.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:

๐Ÿค Contributing

We love contributions! Here's how you can help:

  1. ๐Ÿด Fork the repository
  2. ๐ŸŒฟ Create your feature 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)
  5. ๐Ÿ”ƒ 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

โญ Star us on GitHub!