Automatically translate your vue-i18n and nuxt-i18n files to 29 languages. Full support for linked messages and pluralization.
Official Vue.js i18n
Nuxt.js module
Nuxt 3 integration
Vue 3 support
Preserves {named}, @:linked, and $t() references automatically.
JSON, YAML, and JavaScript module formats supported.
Translate entire locale files in minutes.
Translation Memory reduces costs on app updates.
// en.json
{
"message": {
"hello": "Hello {name}!",
"linked": "@:message.hello World",
"plural": "{n} item | {n} items"
}
}// de.json
{
"message": {
"hello": "Hallo {name}!",
"linked": "@:message.hello Welt",
"plural": "{n} Artikel | {n} Artikel"
}
}Start translating in minutes with AI-powered accuracy.