Libraries
Six first-party SDKs, one import each.
- Next.js
gt-nextnpm i gt-next - React
gt-reactnpm i gt-react - React Native
gt-react-nativenpm i gt-react-native - TanStack Start
gt-tanstack-startnpm i gt-tanstack-start - Node.js
gt-nodenpm i gt-node - Python
gt-fastapipip install gt-fastapi
CLI
One config file and one command per build.
1{2 "defaultLocale": "en",3 "locales": ["es", "fr", "ja", "de", "zh"],4 "files": {5 "json": { "include": ["public/_gt/[locale].json"] }6 }7}
$ npx gt translate --dry-run128 strings · 6 locales · 0 tokens billedesfrjadezh
Dashboard
Glossaries, directives, and review in one workspace.
| Term | Locale | Pinned as |
|---|
| Vault | de | Vault |
| Vault | es | Vault |
| Vault | ja | Vault |
directive Formal register (Sie) for de
Locadex
The agent that internationalizes your repo in guarded pull requests.
export function Receipt() {- return <p>Payment received</p>;+ return (+ <T>+ <p>Payment received</p>+ </T>+ ); }
PR #2186 localesmerged