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)
Step 1: Install the package
npm install nuxt-google-translate
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'] } }
Step 3: Use the components
<template> <div> <!-- Initialize Google Translate --> <GoogleTranslate /> </div> </template>
Step 4: Restart your dev server
You're all set! Read More Documation here.
Initializing translator...