Edesy Translate

Vue.js Localization Made Simple

Translate your Vue.js applications with AI-powered precision. Works seamlessly with Vue I18n and Nuxt.js. Supports Vue 2 and Vue 3, Composition API and Options API.

View Features

Integrates with the tools you already use

ShopifyAmazonStripeSlackNotionVercel
100+

Languages

Supported

Vue 2+3

Versions

Full support

<5min

Integration

Quick setup

Nuxt

Ready

SSR support

Works With Your Vue Stack

Integrate with Vue I18n, Nuxt, or use our SDK

Vue I18n

Official library

Nuxt I18n

Nuxt module

Vue 3

Composition API

Vue 2

Options API

Vite

Fast builds

JSON/YAML

Any format

Simple Integration

Works with your existing Vue I18n setup

Your Vue Component

<template>
  <div>
    <h1>{{ $t('welcome.title') }}</h1>
    <p>{{ $t('welcome.description') }}</p>
    <button>{{ $t('cta.getStarted') }}</button>
  </div>
</template>

<script setup>
import { useI18n } from 'vue-i18n'
const { t } = useI18n()
</script>

Edesy Manages Your Translations

// locales/en.json (synced by Edesy)
{
  "welcome": {
    "title": "Welcome to Our App",
    "description": "Build amazing things"
  },
  "cta": {
    "getStarted": "Get Started Free"
  }
}

// locales/fr.json (AI translated)
{
  "welcome": {
    "title": "Bienvenue sur Notre App",
    "description": "Creez des choses incroyables"
  },
  "cta": {
    "getStarted": "Commencer Gratuitement"
  }
}

First-Class Nuxt.js Support

Works with @nuxtjs/i18n for Nuxt 2 and Nuxt 3

Nuxt 3

  • @nuxtjs/i18n module support
  • SSR with proper SEO (hreflang, og:locale)
  • Lazy loading translations
  • Static generation support

Nuxt 2

  • nuxt-i18n module support
  • SEO with automatic meta tags
  • Browser language detection
  • Vuex store integration

How It Works

From monolingual to multilingual in minutes

Import Translations
Upload your JSON/YAML files or connect your repo
AI Translate
Translate to 100+ languages instantly
Visual Review
Edit translations with live preview
Sync & Deploy
Push to your repo via CLI or CI/CD

Everything You Need for Vue i18n

Complete tooling for Vue.js internationalization

Vue I18n Support

Full compatibility with vue-i18n v8 and v9+.

Nuxt.js Ready

Works with @nuxtjs/i18n for SSR and static sites.

AI Translation

GPT-4 and Claude translate with context awareness.

Visual Editor

Edit translations with live preview of your components.

Vue 2 & 3

Support for both Vue versions and their ecosystems.

CI/CD Integration

GitHub Actions, GitLab CI, and CLI for automated workflows.

JSON & YAML

Work with your preferred translation file format.

Hot Reload

See translation changes instantly in development.

Built for Vue Developers

Developer experience meets translation management

Developer Experience

  • CLI Tool

    edesy pull/push for translation sync

  • SFC Support

    Handle <i18n> blocks in .vue files

  • Hot Reload

    Instant updates in development

  • Vite Compatible

    Works with modern Vue tooling

Translation Management

  • AI Translation

    100+ languages with one click

  • Visual Editor

    See translations in context

  • Translation Memory

    Reuse across projects

  • Collaboration

    Invite translators and reviewers

Simple CLI Workflow

Integrate with your development process

# Install the CLI
$ npm install -g @edesy/cli
# Initialize in your Vue project
$ edesy init --framework vue
# Push new strings for translation
$ edesy push ./src/locales/en.json
# Pull all translations
$ edesy pull --all

See It In Action

Book a personalized demo with our team. We'll show you exactly how it works for your business.

30 minVideo call

Vue.js Localization FAQ

Ready to Localize Your Vue App?

Join thousands of Vue developers shipping multilingual apps

View Features