Internationalize your app instantly
General Translation, Inc. publishes localization libraries, plus AI translations that ship as fast as you do.
- No painful codebase rewrites.
- No waiting days for translations.
- Just
npm i Â
to get started.
1. Install the libraries
2. Add the provider in the root of your application
javascript
import { GTProvider } from 'gt-next'
3. Scan your project for translatable UI and wrap with <T> tags
4. Add an API Key
.env
GT_API_KEY="[YOUR API KEY]" GT_PROJECT_ID="[YOUR PROJECT ID]"
5. Translate and publish
Launch in 100+ languages
Select any of the locales below to see this page translated
Translate anything
From simple sites to complex components
Translate JSX
Any UI passed as the children of the <T> component is tagged and translated.
Hello, world!
Add context to create the perfect translation
Pass a context prop to give custom instructions to the AI model.
What's up?