Your app in thirty languages

General Translation is a full-stack localization platform for React and Next.js. Wrap your interface in the <T> component and ship it in more than thirty languages within minutes. Translations are served from a global CDN and reviewed by people in a dashboard built for that work.

npm i gt-nextnpx gtx-cli init

The <T> component

You keep writing JSX. The component marks its children for translation, so there are no string keys to invent and no JSON catalogs to maintain. The CLI detects new content on each build and translates only what changed.

Sourceapp/order-status.tsx
import { T } from 'gt-next';

export default function OrderStatus() {
  return (
    <T>
      <h2>Your order has shipped</h2>
      <p>Track the package from your account page.</p>
    </T>
  );
}
Spanishes

Tu pedido ha sido enviado

Sigue el paquete desde la página de tu cuenta.

Japaneseja

ご注文の商品が発送されました

アカウントページから荷物を追跡できます。

Arabicar

تم شحن طلبك

تتبع الطرد من صفحة حسابك.

Germande

Deine Bestellung wurde versandt

Verfolge das Paket über deine Kontoseite.

The same component rendered in four locales. Text direction, plural rules, and formatting follow each locale.

More than thirty languages

Every supported locale ships with plural rules, number and date formatting, and the right text direction. Right-to-left scripts and CJK text render the way native readers expect.

  • HolaSpanish
  • BonjourFrench
  • HalloGerman
  • CiaoItalian
  • OláPortuguese
  • こんにちはJapanese
  • 안녕하세요Korean
  • 你好Chinese
  • مرحباArabic
  • नमस्तेHindi
  • ΓειαGreek
  • MerhabaTurkish

The platform

Four parts share one translation pipeline. Use the libraries alone, or add the CLI, the dashboard, and Locadex as your project grows.

gt-next and gt-react

Open-source libraries for Next.js and React. The <T> component and the useGT hook cover JSX, strings, variables, and plurals.

CLI

gtx-cli scans your project, requests translations for new content, and writes the results back. It runs locally or in CI.

Dashboard

Review every translated string in context, edit it, and publish the correction without a code change.

Locadex

An AI agent that performs the i18n setup itself. It reads your codebase, wraps the interface, and opens a pull request ready for review.

Pricing

Start free and pay for translation as usage grows.

Free

$0

per month

The open-source libraries plus hosted translation for development and small projects. Dashboard review included.

Start for Free

Enterprise

Custom

annual agreement

Custom terms, single sign-on, dedicated support, and security review for larger organizations.

Contact Sales