i1n.ai
Vue Integration

Localize your Vue application

i1n auto-detects vue-i18n in your project. Push locale files, translate with AI across 182 languages, and pull type-safe definitions.

$ npx i1n init
src/views/Home.vue
<template>
  <div>
    <h1>{{ $t('home.title') }}</h1>
    <p>{{ $t('home.subtitle') }}</p>
    <!-- ↑ Vue-i18n API, i1n infrastructure -->
  </div>
</template>

Why Vue teams use i1n

vue-i18n Bridge Mode

Keep using vue-i18n and $t(). i1n manages your locale files and AI translation behind your existing setup via Bridge Mode.

Auto-detected framework

i1n detects vue-i18n in your package.json and configures everything automatically during init.

Type-safe translation keys

Auto-generated i1n.d.ts gives your Vue components full autocomplete for every translation key.

AI-powered translation

One CLI command translates your entire Vue app to any language. Variable masking protects Vue interpolation syntax.

Start localizing your Vue app

Free forever. No credit card required.