Introduction
Docs for General Translation's localization libraries
What is General Translation?
General Translation is an entire i18n stack that allows you to ship multilingual apps quickly and easily.
General Translation includes the following:
- Open-source developer libraries for React and Next.js
- An AI translation provider
- A complete infrastructure package for serving translation content
If you would like to use your own translation provider, please see our standalone docs.
Features
⚛️ Translate entire React components in-line
- A single opening and closing
<T>
component is all you need to translate an entire React component.- No need for complex refactoring or messy function calls.
- Content is in-line and in the same location as your code.
- No keys are needed!
- The library manages all i18n logic behind the scenes, so you don't have to.
- Translations are always kept in sync with your source code.
- Translations contain contextual information about the content, so they are more accurate.
🔎 Feature parity with existing libraries
- GT libraries also support the same features as existing libraries like
i18next
,react-intl
, andnext-intl
. - Features such as dictionaries, plurals, currencies, and automatic routing are all supported.
🧠 Free AI-powered translation service
- Our free AI-powered translation service allows you to create translations for your app in seconds.
- HTML content is re-arranged and customized according to the language.
- Translations are generated on-demand, so you can view them in real-time in development.
🔧 Developer-friendly
- Setup is simple and can be done in minutes.
- All GT libraries are open-source and work standalone.
- You can use your own translation provider or use our free AI-powered translation service.
- No more wasting time managing translation keys like
t('menu.header.title')
.- Just write everything in-line!
See our Github repo for the source code and some example projects.
These docs are under construction. Please create an issue on our GitHub repository if what you're looking for isn't here.
Getting started
Follow our quickstart guides. Each guide should take no more than 5 minutes to complete:
Why choose General Translation?
General Translation is an entire i18n stack, including developer libraries, AI translations, and a complete infrastructure package for multilingual apps.
With GT libraries like gt-react
and gt-next
, you can:
1. Translate entire React components, not just strings
UI passed as the children of the <T>
component will be translated regardless of how complicated the JSX tree is. For example:
2. Translate both client and server components
With first class support for the Next.js App Router and React Server Components, you can translate both client and server components.
3. Write content inline or in dictionaries
JSX content placed inside a <T>
component is marked for translation:
Alternatively, if you prefer using the historic dictionary approach, you can write your content in a dictionary file:
4. View translated content in development
No need to worry about how UI looks in different languages, General Translation will automatically translate your content as you write it in real-time.
Instead of having to continuously revise your UI multiple times in production, simply write your content in English once and let General Translation handle the rest.
Need to see how your UI elements look in German before deploying? No problem, General Translation will automatically translate them for you!
5. Translate content on-demand
Apps often need to translate content only known at runtime. For Next.js, GT libraries support the ability to translate content on demand.
Some common examples include:
- User-specific information
- Remotely stored content
- Content that is generated dynamically
Once the translation is loaded, it will rewrite your component in real time with the new translation content.
Get started
Follow the Quickstart guide to ship your first translations.
Ready to go global? Start translating your app in minutes and reach users worldwide!