Nuxt Google Translate

beta
translator...
GitHub

Translate Without Limits

Empower your Nuxt.js applications with seamless, powerful, and customizable translation capabilities. Break language barriers and reach a global audience with ease.

Try it now
Current: en
npm install nuxt-google-translate

Key Features

  • Effortless Integration

    Plug it in faster than you can solve a Rubik's cube (even if you're really good at Rubik's cubes)

  • Real-time Translation

    Words change languages quicker than a chameleon changes colors

  • Customizable UI

    Make it look so good, it could win a beauty pageant (if UIs had beauty pageants)

  • Speedster Performance

    It's fast. Like, "blink and you'll miss it" fast

  • SEO Superpowers

    People will find your site more easily than their own keys

  • 100+ Languages

    From Ainu to Zulu, we've got tongues covered

🛠️ Installation (Don't Worry, It's Not Rocket Science)

  1. Step 1: Install the package

    npm install nuxt-google-translate
  2. Step 2: Configure your Nuxt app

    // nuxt.config.js
    export default {
      modules: [
        'nuxt-google-translate'
      ],
      googleTranslate: {
        defaultLanguage: 'en',
        supportedLanguages: ['en', 'es', 'fr', 'de', 'zh', 'ja']
      }
    }
  3. Step 3: Use the components

    <template>
      <div>
        <!-- Initialize Google Translate -->
        <GoogleTranslate />
      </div>
    </template>
    
  4. Step 4: Restart your dev server

    You're all set! Read More Documation here.

Initializing translator...