Edesy Translate

i18next Translation Management

Professional translation management for i18next, react-i18next, and next-i18next. AI-powered JSON localization with visual editing, GitHub sync, and CDN delivery.

View All Features

Integrates with the tools you already use

ShopifyAmazonStripeSlackNotionVercel
JSON

Native Format

i18next compatible

100+

Languages

Full coverage

GitHub

Sync

Auto PR creation

CDN

Delivery

Global edge

Full i18next Ecosystem Support

Works with all popular i18next integrations

react-i18next

For React apps with hooks and components.

  • useTranslation() hook
  • Trans component
  • Namespaces support

next-i18next

For Next.js with SSR and SSG support.

  • Pages Router
  • App Router
  • SSR/SSG compatible

i18next (Core)

For Node.js, Vue, Angular, and more.

  • Any JavaScript framework
  • Node.js backends
  • Electron apps

Native JSON Format

Your i18next files work as-is

en/common.json

{
  "welcome": "Welcome to our app",
  "greeting": "Hello, {{name}}!",
  "items_count_one": "{{count}} item",
  "items_count_other": "{{count}} items",
  "nav": {
    "home": "Home",
    "about": "About Us",
    "contact": "Contact"
  }
}

es/common.json (Translated)

{
  "welcome": "Bienvenido a nuestra app",
  "greeting": "Hola, {{name}}!",
  "items_count_one": "{{count}} artículo",
  "items_count_other": "{{count}} artículos",
  "nav": {
    "home": "Inicio",
    "about": "Sobre Nosotros",
    "contact": "Contacto"
  }
}
Interpolations preserved: {{name}}
Plurals handled: _one, _other
Nested keys maintained: nav.home

i18next Features

Everything for JavaScript internationalization

JSON Native

Direct i18next format

100+ Languages

Global coverage

AI Translation

GPT-4 powered

Interpolation Safe

{{vars}} preserved

GitHub Sync

Auto PR creation

CLI Tool

Push/pull commands

Namespaces

Multi-file support

CDN Delivery

Optional backend

CLI Integration

Sync translations from your terminal

Install the CLI:

npm install -g @edesy/cli

Push source translations:

edesy push --source ./public/locales/en

Pull all translations:

edesy pull --output ./public/locales

Why Edesy for i18next

Built for JavaScript developers

Developer Experience

  • Native JSON

    No format conversion

  • CLI Tool

    Fits your workflow

  • GitHub Integration

    Auto PRs with translations

  • CI/CD Ready

    Automate everything

Translation Quality

  • AI Translation

    GPT-4 accuracy

  • Visual Editor

    Non-dev friendly

  • Context Awareness

    Keys provide context

  • QA Checks

    Interpolation validation

How i18next Translation Works

Simple workflow for any team

Connect Repo
Or upload JSON files
AI Translates
GPT-4 with context
Review
Visual editor for all
Sync & Deploy
PR or CDN delivery

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

i18next FAQ

Ready for i18next Translation Management?

Professional localization for React and Next.js apps

Contact Sales