Tu pedido ha sido enviado
Sigue el paquete desde la página de tu cuenta.
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
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.
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>
);
}Sigue el paquete desde la página de tu cuenta.
アカウントページから荷物を追跡できます。
تتبع الطرد من صفحة حسابك.
Verfolge das Paket über deine Kontoseite.
The same component rendered in four locales. Text direction, plural rules, and formatting follow each locale.
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.
Four parts share one translation pipeline. Use the libraries alone, or add the CLI, the dashboard, and Locadex as your project grows.
Open-source libraries for Next.js and React. The <T> component and the useGT hook cover JSX, strings, variables, and plurals.
gtx-cli scans your project, requests translations for new content, and writes the results back. It runs locally or in CI.
Review every translated string in context, edit it, and publish the correction without a code change.
An AI agent that performs the i18n setup itself. It reads your codebase, wraps the interface, and opens a pull request ready for review.
Start free and pay for translation as usage grows.
$0
per month
The open-source libraries plus hosted translation for development and small projects. Dashboard review included.
Start for FreeUsage based
billed by the word
Production translation with CDN delivery, review tooling, and team projects. Pay for what you translate.
Get StartedCustom
annual agreement
Custom terms, single sign-on, dedicated support, and security review for larger organizations.
Contact Sales